KaiOS: explicitly set the font family to Open Sans

This means that you'll get the right font if you one the app page on a
desktop browser (assuming you have Open Sans installed).  Also my
Nokia 800 Tough seems to default to a different font (maybe Noto
Sans?) and I'd prefer to have the same font everywhere.
This commit is contained in:
Ben Harris
2023-01-23 01:09:08 +00:00
parent 890b004acd
commit 31badae3c1

View File

@ -30,6 +30,7 @@ body {
width: 100%; width: 100%;
top: 0; top: 0;
bottom: 30px; bottom: 30px;
font-family: "Open Sans", sans-serif;
font-size: 17px; font-size: 17px;
} }