Increase font size and fix fallback

This commit is contained in:
Michael Fabian 'Xaymar' Dirks
2023-04-03 22:44:55 +02:00
parent 365a181264
commit 7ab17a30ef
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -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;
+2 -2
View File
@@ -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;
}
}
+1 -1
View File
@@ -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 %}