diff --git a/docs/stylesheets/extra.css b/docs/stylesheets/extra.css index b9f2b1eb..37e45ff6 100644 --- a/docs/stylesheets/extra.css +++ b/docs/stylesheets/extra.css @@ -1,4 +1,3 @@ -@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap'); .topLinePageInfo { @@ -11,7 +10,7 @@ .topLinePageInfo__text { color: #000; font-size: 16px; - font-family: Roboto; + font-family: Roboto, sans-serif; font-style: normal; line-height: 32px; letter-spacing: 0.15px; @@ -63,7 +62,7 @@ transition: .2s; text-decoration: none; cursor: pointer; - font-family: Roboto; + font-family: Roboto, sans-serif; background-color: #ffd100; border: 2px solid #ffd100; color: #000; diff --git a/mkdocs.yml b/mkdocs.yml index abd3199b..baf339df 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -2,6 +2,7 @@ site_name: IoT Developer Zone theme: name: material custom_dir: overrides + font: false logo: assets/images/logo.svg favicon: assets/favicon/favicon-32x32.png features: @@ -46,9 +47,6 @@ plugins: hooks: - main.py -google_analytics: - - UA-25246208-6 - - auto nav: - 'Getting Started': diff --git a/overrides/main.html b/overrides/main.html index 6e76729d..59953623 100644 --- a/overrides/main.html +++ b/overrides/main.html @@ -12,15 +12,6 @@ - - - {% endblock %} @@ -120,6 +111,7 @@

{{ page.title | d(config.site_name, true)}}

{% block site_meta %} + {{ super() }} {% endblock %} diff --git a/overrides/partials/footer.html b/overrides/partials/footer.html index 51786347..62bcbce2 100644 --- a/overrides/partials/footer.html +++ b/overrides/partials/footer.html @@ -63,7 +63,3 @@ - - - -