From 1017cdd2809189f85f7ca2e4bf844aedb7758c56 Mon Sep 17 00:00:00 2001 From: Subnet_Masked Date: Fri, 21 Jun 2024 11:35:31 -0400 Subject: [PATCH] Drop font --- docs/assets/stylesheets/extra.css | 4 ++-- mkdocs.yml | 2 -- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/assets/stylesheets/extra.css b/docs/assets/stylesheets/extra.css index a2a1c38..a769dc6 100644 --- a/docs/assets/stylesheets/extra.css +++ b/docs/assets/stylesheets/extra.css @@ -1,7 +1,7 @@ .md-nav__item--active{ padding: 0 !important; } - @font-face { + /*@font-face { font-family: 'Comic Mono'; src: url(/assets/fonts/comicmono.ttf); - } \ No newline at end of file + }*/ \ No newline at end of file diff --git a/mkdocs.yml b/mkdocs.yml index a4b1372..fdd1f6a 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -6,8 +6,6 @@ theme: custom_dir: overrides logo: assets/images/logo.png favicon: assets/images/logo.png - font: - text: Comic Mono features: - navigation.tracking - navigation.sections