- Apr 11, 2022
- 112
- 104
you can go to www/font/ folder and edit the file gamefont.cssThanks for the translation, it works quite well. But if I were to nitpick it would be the typeface, which has characters so wide that sometimes combat log lines get cut off, and also doesn't have the best readability at resolutions this low..
Code:
@font-face {
font-family: GameFont;
src: url("mplus-1m-regular.ttf");
}
this does not solve the cut off line problem, just readability