diff options
| author | tpart <tpart120@proton.me> | 2026-03-25 19:57:19 +0100 |
|---|---|---|
| committer | tpart <tpart120@proton.me> | 2026-03-25 19:57:24 +0100 |
| commit | 78a91e838d82fe26ff92d408031c09e7759625bb (patch) | |
| tree | 79b5326ef552c57dfbe9e6510fd7151042a20a26 /client/gui | |
| parent | 3a1a7a54bb615ec348f2c58e4b31e639de793408 (diff) | |
| download | hurrycurry-78a91e838d82fe26ff92d408031c09e7759625bb.tar hurrycurry-78a91e838d82fe26ff92d408031c09e7759625bb.tar.bz2 hurrycurry-78a91e838d82fe26ff92d408031c09e7759625bb.tar.zst | |
Fix font glitch with embolden
Diffstat (limited to 'client/gui')
| -rw-r--r-- | client/gui/resources/theme/theme.tres | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/client/gui/resources/theme/theme.tres b/client/gui/resources/theme/theme.tres index fdde8f70..2fd23873 100644 --- a/client/gui/resources/theme/theme.tres +++ b/client/gui/resources/theme/theme.tres @@ -33,9 +33,8 @@ variation_embolden = 0.7 [sub_resource type="FontVariation" id="FontVariation_lyo8w"] base_font = ExtResource("1_f8qb0") variation_opentype = { -2003265652: 200 +2003265652: 500 } -variation_embolden = 1.0 spacing_top = 5 [sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_or5ri"] |