Fix fonts. Maybe.

This commit is contained in:
Neale Pickett 2023-06-23 16:22:19 -06:00
parent 60f8fdf06d
commit d70f273f59
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ body {
padding: 1em;
border-radius: 1em;
max-width: 35em;
font-family: "Lato", "Noto Color Emoji", "Roboto", sans-serif;
font-family: "Lato", "Roboto", "Noto Color Emoji", sans-serif;
font-size: 13pt;
}