diff options
| author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2023-08-08 22:16:09 +0300 |
|---|---|---|
| committer | Andrey Kleshchev <117672381+akleshchev@users.noreply.github.com> | 2025-03-24 09:24:19 +0200 |
| commit | 7269f7a3a567f2823b0cca1d0bc716a7a0389ecc (patch) | |
| tree | 9f2de3a5eaefe6f3782ea0511e4e5f563339d026 /indra/newview | |
| parent | e6927d8a079f81522e7dde9b1c67035171f84c93 (diff) | |
viewer#2023 Google Inter
Diffstat (limited to 'indra/newview')
| -rw-r--r-- | indra/newview/skins/default/xui/en/fonts.xml | 94 | ||||
| -rw-r--r-- | indra/newview/skins/default/xui/ja/fonts.xml | 94 |
2 files changed, 101 insertions, 87 deletions
diff --git a/indra/newview/skins/default/xui/en/fonts.xml b/indra/newview/skins/default/xui/en/fonts.xml index 45ec1e27f1..fafe6a3ebc 100644 --- a/indra/newview/skins/default/xui/en/fonts.xml +++ b/indra/newview/skins/default/xui/en/fonts.xml @@ -1,8 +1,10 @@ <?xml version="1.0" encoding="utf-8" standalone="yes"?> <fonts> - <font name="default" comment="default font files (global fallbacks)"> - <file>DejaVuSans.ttf</file> + <font + name="default" + comment="default font files (global fallbacks)"> + <file load_collection="true" font_hinting="default">Inter_18pt-Regular.ttf</file> <file functor="is_emoji">TwemojiSVG.ttf</file> <os name="Windows"> <file>meiryo.TTC</file> @@ -31,9 +33,10 @@ </os> </font> - <font name="SansSerifBold" - comment="Name of bold sans-serif font"> - <file>DejaVuSans-Bold.ttf</file> + <font + name="SansSerifBold" + comment="Name of bold sans-serif font"> + <file load_collection="true" font_hinting="default" flags="bold">Inter_18pt-SemiBold.ttf</file> <os name="Windows"> <file>arialbd.ttf</file> </os> @@ -42,8 +45,10 @@ </os> </font> - <font name="SansSerif" comment="Name of san-serif font (Truetype file name)"> - <file>DejaVuSans.ttf</file> + <font + name="SansSerif" + comment="Name of san-serif font (Truetype file name)"> + <file load_collection="true" font_hinting="default">Inter_18pt-Regular.ttf</file> <os name="Windows"> <file>arial.ttf</file> </os> @@ -52,31 +57,35 @@ </os> </font> - <font name="SansSerif" - comment="Name of bold sans-serif font" - font_style="BOLD"> - <file>DejaVuSans-Bold.ttf</file> + <font + name="SansSerif" + comment="Name of bold sans-serif font" + font_style="BOLD"> + <file load_collection="true" font_hinting="default" flags="bold">Inter_18pt-SemiBold.ttf</file> </font> - <font name="SansSerif" - comment="Name of italic sans-serif font" - font_style="ITALIC"> - <file>DejaVuSans-Oblique.ttf</file> + <font + name="SansSerif" + comment="Name of italic sans-serif font" + font_style="ITALIC"> + <file load_collection="true">Inter_18pt-Italic.ttf</file> </font> - <font name="SansSerif" - comment="Name of bold italic sans-serif font" - font_style="BOLD|ITALIC"> - <file>DejaVuSans-BoldOblique.ttf</file> + <font + name="SansSerif" + comment="Name of bold italic sans-serif font" + font_style="BOLD|ITALIC"> + <file load_collection="true">Inter_18pt-BoldItalic.ttf</file> </font> <font name="Emoji" comment="Name of emoji font"> <file>TwemojiSVG.ttf</file> </font> - - <font name="Monospace" - comment="Name of monospace font"> + + <font + name="Monospace" + comment="Name of monospace font"> <file>DejaVuSansMono.ttf</file> </font> @@ -103,9 +112,10 @@ <file>DejaVuSans-BoldOblique.ttf</file> </font> - <font name="Helvetica" - comment="Name of Helvetica font"> - <file>DejaVuSans.ttf</file> + <font + name="Helvetica" + comment="Name of Helvetica font"> + <file font_hinting="default">Inter_18pt-Regular.ttf</file> <os name="Windows"> <file>arial.ttf</file> </os> @@ -114,10 +124,11 @@ </os> </font> - <font name="Helvetica" - comment="Name of Helvetica font (bold)" - font_style="BOLD"> - <file>DejaVuSans-Bold.ttf</file> + <font + name="Helvetica" + comment="Name of Helvetica font (bold)" + font_style="BOLD"> + <file font_hinting="default" flags="bold">Inter_18pt-SemiBold.ttf</file> <os name="Windows"> <file>arialbd.ttf</file> </os> @@ -126,10 +137,11 @@ </os> </font> - <font name="Helvetica" - comment="Name of Helvetica font (italic)" - font_style="ITALIC"> - <file>DejaVuSans-Oblique.ttf</file> + <font + name="Helvetica" + comment="Name of Helvetica font (italic)" + font_style="ITALIC"> + <file>Inter_18pt-Italic.ttf</file> <os name="Windows"> <file>ariali.ttf</file> </os> @@ -138,10 +150,11 @@ </os> </font> - <font name="Helvetica" - comment="Name of Helvetica font (bold italic)" - font_style="BOLD|ITALIC"> - <file>DejaVuSans-BoldOblique.ttf</file> + <font + name="Helvetica" + comment="Name of Helvetica font (bold italic)" + font_style="BOLD|ITALIC"> + <file>Inter_18pt-BoldItalic.ttf</file> <os name="Windows"> <file>arialbi.ttf</file> </os> @@ -150,10 +163,11 @@ </os> </font> - <font name="OverrideTest" - comment="Name of font to test overriding"> + <font + name="OverrideTest" + comment="Name of font to test overriding"> <file>times.ttf</file> - <file>DejaVuSans.ttf</file> + <file font_hinting="default">Inter_18pt-Regular.ttf</file> </font> <font_size name="Monospace" diff --git a/indra/newview/skins/default/xui/ja/fonts.xml b/indra/newview/skins/default/xui/ja/fonts.xml index 2085e916c8..465131499e 100644 --- a/indra/newview/skins/default/xui/ja/fonts.xml +++ b/indra/newview/skins/default/xui/ja/fonts.xml @@ -2,11 +2,11 @@ <fonts> <font name="default" comment="default font files (global fallbacks)"> <file> - NotoSansCJKjp-Medium.otf - </file> - <file> - DejaVuSans.ttf + NotoSansCJKjp-SemiBold.otf </file> + <file load_collection="true" font_hinting="default"> + Inter_18pt-Regular.ttf + </file> <os name="Windows"> <file load_collection="true"> YuGothM.ttc @@ -41,7 +41,7 @@ </os> <os name="Mac"> <file> - YuGothic-Medium.otf + YuGothic-SemiBold.otf </file> <file> ヒラギノ角ゴシック W3.ttc @@ -82,9 +82,9 @@ <file> NotoSansCJKjp-Bold.otf </file> - <file> - DejaVuSans-Bold.ttf - </file> + <file load_collection="true" font_hinting="default" flags="bold"> + Inter_18pt-SemiBold.ttf + </file> <os name="Windows"> <file load_collection="true"> YuGothB.ttc @@ -106,9 +106,9 @@ <file> NotoSansCJKjp-Bold.otf </file> - <file> - DejaVuSans.ttf - </file> + <file load_collection="true" font_hinting="default"> + Inter_18pt-Regular.ttf + </file> <os name="Windows"> <file> arial.ttf @@ -121,19 +121,19 @@ </os> </font> <font name="SansSerif" comment="Name of bold sans-serif font" font_style="BOLD"> - <file> - DejaVuSans-Bold.ttf - </file> + <file load_collection="true" font_hinting="default" flags="bold"> + Inter_18pt-SemiBold.ttf + </file> </font> <font name="SansSerif" comment="Name of italic sans-serif font" font_style="ITALIC"> - <file> - DejaVuSans-Oblique.ttf - </file> + <file load_collection="true"> + Inter_18pt-Italic.ttf + </file> </font> <font name="SansSerif" comment="Name of bold italic sans-serif font" font_style="BOLD|ITALIC"> - <file> - DejaVuSans-BoldOblique.ttf - </file> + <file load_collection="true" font_hinting="default" flags="bold"> + Inter_18pt-SemiBoldItalic.ttf + </file> </font> <font name="Monospace" comment="Name of monospace font"> <file> @@ -144,29 +144,29 @@ </file> </font> <font name="DejaVu" comment="Name of DejaVu font"> - <file> - DejaVuSans.ttf - </file> + <file load_collection="true" font_hinting="default"> + Inter_18pt-Regular.ttf + </file> </font> <font name="DejaVu" comment="Name of DejaVu font (bold)" font_style="BOLD"> - <file> - DejaVuSans-Bold.ttf - </file> + <file load_collection="true" font_hinting="force_auto" flags="bold"> + Inter_18pt-SemiBold.ttf + </file> </font> <font name="DejaVu" comment="Name of DejaVu font (italic)" font_style="ITALIC"> - <file> - DejaVuSans-Oblique.ttf - </file> + <file load_collection="true"> + Inter_18pt-Italic.ttf + </file> </font> <font name="DejaVu" comment="Name of DejaVu font (bold italic)" font_style="BOLD|ITALIC"> - <file> - DejaVuSans-BoldOblique.ttf - </file> + <file load_collection="true" font_hinting="default" flags="bold"> + Inter_18pt-SemiBoldItalic.ttf + </file> </font> <font name="Helvetica" comment="Name of Helvetica font"> - <file> - DejaVuSans.ttf - </file> + <file load_collection="true" font_hinting="default"> + Inter_18pt-Regular.ttf + </file> <os name="Windows"> <file> arial.ttf @@ -179,9 +179,9 @@ </os> </font> <font name="Helvetica" comment="Name of Helvetica font (bold)" font_style="BOLD"> - <file> - DejaVuSans-Bold.ttf - </file> + <file load_collection="true" font_hinting="default" flags="bold"> + Inter_18pt-SemiBold.ttf + </file> <os name="Windows"> <file> arialbd.ttf @@ -194,9 +194,9 @@ </os> </font> <font name="Helvetica" comment="Name of Helvetica font (italic)" font_style="ITALIC"> - <file> - DejaVuSans-Oblique.ttf - </file> + <file load_collection="true"> + Inter_18pt-Italic.ttf + </file> <os name="Windows"> <file> ariali.ttf @@ -209,9 +209,9 @@ </os> </font> <font name="Helvetica" comment="Name of Helvetica font (bold italic)" font_style="BOLD|ITALIC"> - <file> - DejaVuSans-BoldOblique.ttf - </file> + <file load_collection="true" font_hinting="default" flags="bold"> + Inter_18pt-SemiBoldItalic.ttf + </file> <os name="Windows"> <file> arialbi.ttf @@ -227,9 +227,9 @@ <file> times.ttf </file> - <file> - DejaVuSans.ttf - </file> + <file load_collection="true" font_hinting="default"> + Inter_18pt-Regular.ttf + </file> </font> <font_size name="Monospace" comment="Size for monospaced font (points, or 1/72 of an inch)" size="8.0"/> <font_size name="Huge" comment="Size of huge font (points, or 1/72 of an inch)" size="16.0"/> |
