Copy the fonts from Jekyll ipng.ch

This commit is contained in:
2024-08-04 18:02:32 +02:00
parent 74e1f0672b
commit 0b4df3ca5b

View File

@ -60,7 +60,7 @@ body {
overflow-y: scroll;
font-size: $base-font-size * 1.0;
line-height: $base-line-height * 1.0;
font-family: FreeSerif, serif;
font-family: BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
@media #{$mq-medium} { line-height: $base-line-height*1.0; }
}