1
0
Fork 0
mirror of https://github.com/iNavFlight/inav-configurator.git synced 2025-07-25 09:15:42 +03:00

support per-language fonts (for Japanese etc)

This commit is contained in:
Ray Morris 2024-12-13 13:39:26 -06:00
parent d6b57e35b4
commit 1e2da77277
5 changed files with 24 additions and 2 deletions

View file

@ -2332,4 +2332,8 @@ ol li {
.bold {
font-weight: bold;
}
}
*:lang(ja) {
font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka, "メイリオ", Meiryo, " Pゴシック", "MS PGothic", sans-serif;
}