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:
parent
d6b57e35b4
commit
1e2da77277
5 changed files with 24 additions and 2 deletions
|
@ -2332,4 +2332,8 @@ ol li {
|
|||
|
||||
.bold {
|
||||
font-weight: bold;
|
||||
}
|
||||
}
|
||||
|
||||
*:lang(ja) {
|
||||
font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka, "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue