diff --git a/_sass/_base.scss b/_sass/_base.scss index b0a7ed7..8487b6d 100644 --- a/_sass/_base.scss +++ b/_sass/_base.scss @@ -70,7 +70,7 @@ body { background: $theme-content-background; // Font - font-size: 1.0rem; + font-size: 1.1rem; font-family: "Roboto", sans-serif; text-rendering: optimizelegibility; color: $theme-content-color; diff --git a/_sass/_comments.scss b/_sass/_comments.scss index ce7d4a8..c37abbb 100644 --- a/_sass/_comments.scss +++ b/_sass/_comments.scss @@ -10,7 +10,7 @@ .comments > .title { padding: .25rem 1rem; margin: 0; - font-size: 1.333rem; + font-size: 1.5rem; font-variant: small-caps; font-weight: bold; white-space: nowrap; @@ -43,4 +43,4 @@ font-size: 1.5rem; font-variant: small-caps; font-weight: bold; -} \ No newline at end of file +} diff --git a/assets/fonts.scss b/assets/fonts.scss index 4734760..ff2fe0d 100644 --- a/assets/fonts.scss +++ b/assets/fonts.scss @@ -79,6 +79,6 @@ fonts: src: url("{{ style.url | absolute_url }}"){% if style.format %} format("{{ style.format }}"){% endif %}; {% if style.weight %} font-weight: {{ style.weight }};{% endif %} {% if style.style %} font-style: {{ style.style}};{% endif %} - font-display: fallback; + font-display: swap; } {% endfor %}{% endfor %}