From b028c8549d627425e01209a50773df32a9fb1a48 Mon Sep 17 00:00:00 2001 From: Xianpeng Shen Date: Fri, 25 Sep 2026 09:05:38 +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. --- mkdocs.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mkdocs.yml b/mkdocs.yml index f1c81926..df40bf12 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -30,6 +30,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: