mirror of
git://git.tartarus.org/simon/puzzles.git
synced 2025-04-22 16:32:13 -07:00
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:
@ -30,6 +30,7 @@ body {
|
||||
width: 100%;
|
||||
top: 0;
|
||||
bottom: 30px;
|
||||
font-family: "Open Sans", sans-serif;
|
||||
font-size: 17px;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user