diff options
| author | metamuffin <metamuffin@disroot.org> | 2025-06-16 20:36:27 +0200 | 
|---|---|---|
| committer | metamuffin <metamuffin@disroot.org> | 2025-06-16 20:36:27 +0200 | 
| commit | 4f4db23d8b3edaa0d6e07b4cfbe4b90b1db11343 (patch) | |
| tree | 9bdd16c98e161d675ccdabf7895328012cd27433 /client | |
| parent | 6364da13ad8e1ea7de0f03b47ae81003dc2ae005 (diff) | |
| download | hurrycurry-4f4db23d8b3edaa0d6e07b4cfbe4b90b1db11343.tar hurrycurry-4f4db23d8b3edaa0d6e07b4cfbe4b90b1db11343.tar.bz2 hurrycurry-4f4db23d8b3edaa0d6e07b4cfbe4b90b1db11343.tar.zst | |
prefer noto sans in setup menu for readability of cjk glyphs
Diffstat (limited to 'client')
| -rw-r--r-- | client/menu/theme/theme/paper.tres | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/client/menu/theme/theme/paper.tres b/client/menu/theme/theme/paper.tres index 6ff3bd10..e141afd9 100644 --- a/client/menu/theme/theme/paper.tres +++ b/client/menu/theme/theme/paper.tres @@ -22,6 +22,7 @@ bg_color = Color(0, 0, 0, 0.145098)  bg_color = Color(0, 0, 0, 0.305882)  [sub_resource type="SystemFont" id="SystemFont_3j83h"] +font_names = PackedStringArray("Noto Sans")  [sub_resource type="FontVariation" id="FontVariation_8qr07"]  base_font = SubResource("SystemFont_3j83h") | 
