diff options
| author | Andrey Kleshchev <117672381+akleshchev@users.noreply.github.com> | 2026-05-05 01:23:46 +0300 |
|---|---|---|
| committer | Andrey Kleshchev <117672381+akleshchev@users.noreply.github.com> | 2026-05-05 02:49:24 +0300 |
| commit | c8797d9297cf070f7793f55d961eec2cdb3a494a (patch) | |
| tree | d17fa51894d67bcf326e1b2be22d263734fcaf67 | |
| parent | fd4533261e46c080591b06cec030c464e5fe9a90 (diff) | |
#5759 The fonts going bold
| -rw-r--r-- | indra/newview/skins/default/xui/en/fonts.xml | 8 | ||||
| -rw-r--r-- | indra/newview/skins/default/xui/ja/fonts.xml | 10 |
2 files changed, 9 insertions, 9 deletions
diff --git a/indra/newview/skins/default/xui/en/fonts.xml b/indra/newview/skins/default/xui/en/fonts.xml index 3c6e100541..1ad01ee120 100644 --- a/indra/newview/skins/default/xui/en/fonts.xml +++ b/indra/newview/skins/default/xui/en/fonts.xml @@ -37,7 +37,7 @@ <font name="SansSerifBold" comment="Name of bold sans-serif font"> - <file load_collection="true" flags="bold" font_weight="600">InterVariableFont.ttf</file> + <file load_collection="true" flags="bold" font_weight="700">InterVariableFont.ttf</file> <file size_delta="-0.5">DejaVuSans-Bold.ttf</file> <os name="Windows"> <file>arialbd.ttf</file> @@ -64,7 +64,7 @@ name="SansSerif" comment="Name of bold sans-serif font" font_style="BOLD"> - <file load_collection="true" flags="bold" font_weight="600">InterVariableFont.ttf</file> + <file load_collection="true" flags="bold" font_weight="700">InterVariableFont.ttf</file> <file size_delta="-0.5">DejaVuSans-Bold.ttf</file> </font> @@ -80,7 +80,7 @@ name="SansSerif" comment="Name of bold italic sans-serif font" font_style="BOLD|ITALIC"> - <file load_collection="true" font_weight="800">InterItalicVariableFont.ttf</file> + <file load_collection="true" flags="bold" font_weight="700">InterItalicVariableFont.ttf</file> <file size_delta="-0.5">DejaVuSans-BoldOblique.ttf</file> </font> @@ -135,7 +135,7 @@ name="Helvetica" comment="Name of Helvetica font (bold)" font_style="BOLD"> - <file flags="bold" font_weight="800">InterVariableFont.ttf</file> + <file flags="bold" font_weight="700">InterVariableFont.ttf</file> <file size_delta="-0.5">DejaVuSans-Bold.ttf</file> <os name="Windows"> <file>arialbd.ttf</file> diff --git a/indra/newview/skins/default/xui/ja/fonts.xml b/indra/newview/skins/default/xui/ja/fonts.xml index 06922d2b02..7abb3593b6 100644 --- a/indra/newview/skins/default/xui/ja/fonts.xml +++ b/indra/newview/skins/default/xui/ja/fonts.xml @@ -80,7 +80,7 @@ <file> NotoSansCJKjp-Bold.otf </file> - <file load_collection="true" font_weight="800" flags="bold">InterVariableFont.ttf</file> + <file load_collection="true" font_weight="700" flags="bold">InterVariableFont.ttf</file> <os name="Windows"> <file load_collection="true"> YuGothB.ttc @@ -115,13 +115,13 @@ </os> </font> <font name="SansSerif" comment="Name of bold sans-serif font" font_style="BOLD"> - <file load_collection="true" font_weight="800" flags="bold">InterVariableFont.ttf</file> + <file load_collection="true" font_weight="700" flags="bold">InterVariableFont.ttf</file> </font> <font name="SansSerif" comment="Name of italic sans-serif font" font_style="ITALIC"> <file load_collection="true" font_weight="400">InterItalicVariableFont.ttf</file> </font> <font name="SansSerif" comment="Name of bold italic sans-serif font" font_style="BOLD|ITALIC"> - <file load_collection="true" flags="bold" font_weight="800">InterItalicVariableFont.ttf</file> + <file load_collection="true" flags="bold" font_weight="700">InterItalicVariableFont.ttf</file> </font> <font name="Monospace" comment="Name of monospace font"> <file> @@ -163,7 +163,7 @@ </os> </font> <font name="Helvetica" comment="Name of Helvetica font (bold)" font_style="BOLD"> - <file load_collection="true" font_weight="800" flags="bold">InterVariableFont.ttf</file> + <file load_collection="true" font_weight="700" flags="bold">InterVariableFont.ttf</file> <os name="Windows"> <file> arialbd.ttf @@ -189,7 +189,7 @@ </os> </font> <font name="Helvetica" comment="Name of Helvetica font (bold italic)" font_style="BOLD|ITALIC"> - <file load_collection="true" flags="bold" font_weight="800">InterItalicVariableFont.ttf</file> + <file load_collection="true" flags="bold" font_weight="700">InterItalicVariableFont.ttf</file> <os name="Windows"> <file> arialbi.ttf |
