Skip to content

Commit

Permalink
Merge pull request #1477 from snap01/fixes
Browse files Browse the repository at this point in the history
Change default font for sheetV2 to one more readable on iOS devices
  • Loading branch information
snap01 authored Dec 28, 2023
2 parents 284778e + fcf8945 commit 3e009b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion styles/system/constants.less
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
// }

.defaultFont {
font-family: customSheetFont, 'Bradley Hand', cursive;
font-family: customSheetFont, 'Noto Sans';
}

.chatFont {
Expand Down
1 change: 1 addition & 0 deletions system.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
],
"templateVersion": 1,
"styles": [
"https://fonts.googleapis.com/css?family=Noto%20Sans",
"lib/game-icons/game-icons.css",
"coc7g.css"
],
Expand Down

0 comments on commit 3e009b2

Please sign in to comment.