Skip to content

Commit

Permalink
Tweak UI fallback font list for better coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
NiLuJe committed May 16, 2018
1 parent e868754 commit 54c43cd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions frontend/ui/font.lua
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,10 @@ local Font = {
xx_smallinfofont = 18,
},
fallbacks = {
[1] = "noto/NotoSansCJK-Regular.ttf",
[2] = "noto/NotoSans-Regular.ttf",
[1] = "noto/NotoSans-Regular.ttf",
[2] = "noto/NotoSansCJKsc-Regular.otf",
[3] = "freefont/FreeSans.ttf",
[4] = "freefont/FreeSerif.ttf",
},

fontdir = "./fonts",
Expand Down

0 comments on commit 54c43cd

Please sign in to comment.