✨ feat: add option to use sans-serif font everywhere
This commit is contained in:
@@ -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">
|
||||
|
||||
|
Reference in New Issue
Block a user