ref: 31badae3c12d71857ad0a327f8e05af24fb92648
parent: 890b004acd45b193a6453bc5e00e375aca2d9fb8
author: Ben Harris <bjh21@bjh21.me.uk>
date: Sun Jan 22 20:09:08 EST 2023
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.
--- a/kaios/apppage.pl
+++ b/kaios/apppage.pl
@@ -30,6 +30,7 @@
width: 100%;
top: 0;
bottom: 30px;
+ font-family: "Open Sans", sans-serif;
font-size: 17px;
}