From d743b1ce29eb9809472b4d402ea123f0866209ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Hru=C5=A1ka?= Date: Mon, 9 Dec 2019 22:02:55 +0100 Subject: [PATCH] better font stack --- index.html | 2 +- style.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index b7b1e15..0d8b44e 100644 --- a/index.html +++ b/index.html @@ -8,7 +8,7 @@ Sigmar's Garden Online - + diff --git a/style.css b/style.css index 0c4d048..377975c 100644 --- a/style.css +++ b/style.css @@ -120,7 +120,7 @@ html, body { text { paint-order: stroke; - font: 32px "Book Antiqua", Palatino, "Palatino Linotype", "Palatino LT STD", Georgia, serif; + font: 32px "Book Antiqua", Palatino, "Palatino Linotype", "Palatino LT STD", "URW Palladio L", "New Century Schoolbook", Georgia, "Liberation Serif", "Noto Serif", serif; user-select: none; }