From d3319a29a1dacb3f15585f00569b6ebfdfa6ae38 Mon Sep 17 00:00:00 2001 From: Xianpeng Shen Date: Fri, 25 Sep 2026 20:10:13 +0300 Subject: [PATCH] docs: stop loading Roboto now that the shared styles bring the fonts The shared styles from cpp-linter.github.io now carry the hub's look, fonts included, so Material's Roboto was downloaded and never used. `theme.font: false` drops the request to Google Fonts. --- docs/mkdocs.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml index 9c49371..83edad1 100644 --- a/docs/mkdocs.yml +++ b/docs/mkdocs.yml @@ -37,6 +37,8 @@ theme: - toc.follow logo: images/logo.png favicon: images/favicon.ico + # The fonts come with the shared styles loaded from cpp-linter.github.io (extra_css). + font: false icon: repo: fontawesome/brands/github palette: