diff --git a/src/base.html.jinja2 b/src/base.html.jinja2 index 014c249..0ef53f0 100644 --- a/src/base.html.jinja2 +++ b/src/base.html.jinja2 @@ -7,9 +7,7 @@ {% block title %}blog.mtib.dev{% endblock %} - - diff --git a/src/main.css.jinja2 b/src/main.css.jinja2 index 6a23e81..5f72e55 100644 --- a/src/main.css.jinja2 +++ b/src/main.css.jinja2 @@ -60,24 +60,6 @@ h6 { "wdth" 100; } -.noto-sans-light { - font-family: "Noto Sans", sans-serif; - font-optical-sizing: auto; - font-weight: 100; - font-style: normal; - font-variation-settings: - "wdth" 100; -} - -.noto-sans-bold { - font-family: "Noto Sans", sans-serif; - font-optical-sizing: auto; - font-weight: 900; - font-style: normal; - font-variation-settings: - "wdth" 100; -} - a { text-decoration: none; font-weight: 700;