diff options
| author | Andrey Kleshchev <117672381+akleshchev@users.noreply.github.com> | 2026-04-15 19:41:20 +0300 |
|---|---|---|
| committer | Andrey Kleshchev <117672381+akleshchev@users.noreply.github.com> | 2026-04-15 22:27:56 +0300 |
| commit | 7014db297d2af37eaf391f0adaca4e8d60d4e1ce (patch) | |
| tree | 8eeb94b8fbb5d2745d814935786dc9bd1fa29979 /indra/newview/skins/default/xui/en | |
| parent | 740516f01defb95879231b482db3cfd9f300c211 (diff) | |
#2023 Pull in updated pacakge and mark public
Unused fonts were excluded
Diffstat (limited to 'indra/newview/skins/default/xui/en')
| -rw-r--r-- | indra/newview/skins/default/xui/en/fonts.xml | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/indra/newview/skins/default/xui/en/fonts.xml b/indra/newview/skins/default/xui/en/fonts.xml index efa4706485..3c6e100541 100644 --- a/indra/newview/skins/default/xui/en/fonts.xml +++ b/indra/newview/skins/default/xui/en/fonts.xml @@ -4,7 +4,7 @@ <font name="default" comment="default font files (global fallbacks)"> - <file load_collection="true" font_weight="400">Inter-VariableFont_opsz,wght.ttf</file> + <file load_collection="true" font_weight="400">InterVariableFont.ttf</file> <file size_delta="-0.5">DejaVuSans.ttf</file> <file functor="is_emoji">TwemojiSVG.ttf</file> <os name="Windows"> @@ -37,7 +37,7 @@ <font name="SansSerifBold" comment="Name of bold sans-serif font"> - <file load_collection="true" flags="bold" font_weight="600">Inter-VariableFont_opsz,wght.ttf</file> + <file load_collection="true" flags="bold" font_weight="600">InterVariableFont.ttf</file> <file size_delta="-0.5">DejaVuSans-Bold.ttf</file> <os name="Windows"> <file>arialbd.ttf</file> @@ -50,7 +50,7 @@ <font name="SansSerif" comment="Name of san-serif font (Truetype file name)"> - <file load_collection="true" font_weight="400">Inter-VariableFont_opsz,wght.ttf</file> + <file load_collection="true" font_weight="400">InterVariableFont.ttf</file> <file size_delta="-0.5">DejaVuSans.ttf</file> <os name="Windows"> <file>arial.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">Inter-VariableFont_opsz,wght.ttf</file> + <file load_collection="true" flags="bold" font_weight="600">InterVariableFont.ttf</file> <file size_delta="-0.5">DejaVuSans-Bold.ttf</file> </font> @@ -72,7 +72,7 @@ name="SansSerif" comment="Name of italic sans-serif font" font_style="ITALIC"> - <file load_collection="true" font_weight="400">Inter-Italic-VariableFont_opsz,wght.ttf</file> + <file load_collection="true" font_weight="400">InterItalicVariableFont.ttf</file> <file size_delta="-0.5">DejaVuSans-Oblique.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">Inter-Italic-VariableFont_opsz,wght.ttf</file> + <file load_collection="true" font_weight="800">InterItalicVariableFont.ttf</file> <file size_delta="-0.5">DejaVuSans-BoldOblique.ttf</file> </font> @@ -121,7 +121,7 @@ <font name="Helvetica" comment="Name of Helvetica font"> - <file font_weight="400">Inter-VariableFont_opsz,wght.ttf</file> + <file font_weight="400">InterVariableFont.ttf</file> <file size_delta="-0.5">DejaVuSans.ttf</file> <os name="Windows"> <file>arial.ttf</file> @@ -135,7 +135,7 @@ name="Helvetica" comment="Name of Helvetica font (bold)" font_style="BOLD"> - <file flags="bold" font_weight="800">Inter-VariableFont_opsz,wght.ttf</file> + <file flags="bold" font_weight="800">InterVariableFont.ttf</file> <file size_delta="-0.5">DejaVuSans-Bold.ttf</file> <os name="Windows"> <file>arialbd.ttf</file> @@ -149,7 +149,7 @@ name="Helvetica" comment="Name of Helvetica font (italic)" font_style="ITALIC"> - <file font_weight="400">Inter-Italic-VariableFont_opsz,wght.ttf</file> + <file font_weight="400">InterItalicVariableFont.ttf</file> <file size_delta="-0.5">DejaVuSans-Oblique.ttf</file> <os name="Windows"> <file>ariali.ttf</file> @@ -163,7 +163,7 @@ name="Helvetica" comment="Name of Helvetica font (bold italic)" font_style="BOLD|ITALIC"> - <file font_weight="800">Inter-Italic-VariableFont_opsz,wght.ttf</file> + <file font_weight="800">InterItalicVariableFont.ttf</file> <file size_delta="-0.5">DejaVuSans-BoldOblique.ttf</file> <os name="Windows"> <file>arialbi.ttf</file> @@ -177,7 +177,7 @@ name="OverrideTest" comment="Name of font to test overriding"> <file>times.ttf</file> - <file font_weight="400">Inter-VariableFont_opsz,wght.ttf</file> + <file font_weight="400">InterVariableFont.ttf</file> </font> <font_size name="Monospace" |
