From fcf894534333b1661cf80f2f490b11c0cce172e2 Mon Sep 17 00:00:00 2001 From: snap01 <43982555+snap01@users.noreply.github.com> Date: Thu, 28 Dec 2023 15:31:42 +0000 Subject: [PATCH] Change default font for sheetV2 to one more readable on iOS devices --- styles/system/constants.less | 2 +- system.json | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/styles/system/constants.less b/styles/system/constants.less index 43403ddca..1f6b8030e 100644 --- a/styles/system/constants.less +++ b/styles/system/constants.less @@ -32,7 +32,7 @@ // } .defaultFont { - font-family: customSheetFont, 'Bradley Hand', cursive; + font-family: customSheetFont, 'Noto Sans'; } .chatFont { diff --git a/system.json b/system.json index 67cd96b6d..aa883c179 100644 --- a/system.json +++ b/system.json @@ -19,6 +19,7 @@ ], "templateVersion": 1, "styles": [ + "https://fonts.googleapis.com/css?family=Noto%20Sans", "lib/game-icons/game-icons.css", "coc7g.css" ],