From: Christian Weiske Date: Wed, 20 Aug 2025 16:13:09 +0000 (+0200) Subject: Fix font family. "sans" does not exist" X-Git-Url: https://git.cweiske.de/stouyapi.git/commitdiff_plain Fix font family. "sans" does not exist" Thanks Maik --- diff --git a/www/ouya-allgames.css b/www/ouya-allgames.css index c2810df..c9cd733 100644 --- a/www/ouya-allgames.css +++ b/www/ouya-allgames.css @@ -11,7 +11,7 @@ body { background-size: cover; background-attachment: fixed; color: #CCC; - font-family: sans; + font-family: sans-serif; margin: 0; padding: 0; padding-top: 10ex; diff --git a/www/ouya-discover.css b/www/ouya-discover.css index 64a741f..e339b2a 100644 --- a/www/ouya-discover.css +++ b/www/ouya-discover.css @@ -8,7 +8,7 @@ body { background-size: cover; background-attachment: fixed; color: #CCC; - font-family: sans; + font-family: sans-serif; margin: 0; padding: 0; padding-top: 10ex; diff --git a/www/ouya-game.css b/www/ouya-game.css index 9a6234d..bee3f25 100644 --- a/www/ouya-game.css +++ b/www/ouya-game.css @@ -8,7 +8,7 @@ body { background-size: cover; background-attachment: fixed; color: #CCC; - font-family: sans; + font-family: sans-serif; margin: 0; padding: 0; padding-top: 10ex;