feat: add option to use sans-serif font everywhere

This commit is contained in:
welpo
2024-06-28 19:51:03 +02:00
parent 82ecbc1454
commit a907f56bd5
9 changed files with 52 additions and 4 deletions

View File

@@ -23,7 +23,7 @@ This variable will hold all the text strings for the language #}
{% include "partials/header.html" %}
<body{% if lang in rtl_languages %} dir="rtl"{% endif %}>
<body{% if lang in rtl_languages %} dir="rtl"{% endif %}{% if config.extra.override_serif_with_sans %} class="use-sans-serif"{% endif %}>
{% include "partials/nav.html" %}
<div class="content">