Increase font size and fix fallback
This commit is contained in:
+1
-1
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
+1
-1
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user