diff options
author | Yuzuru Jewell <46077079+YuzuruJewell@users.noreply.github.com> | 2023-11-24 20:06:23 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-24 13:06:23 +0200 |
commit | 06c2c87bfaf364cb358b8a4b194e6369531a63c6 (patch) | |
tree | 52f5ce0cb5e8a80830eda72bdcabc4c6c91c0899 /indra/newview/skins/default/xui/en/fonts.xml | |
parent | c81c15b74137e1471c6c1d95c421d3d69fe99fd4 (diff) |
Suggestions for fixing problems in xui/en XML files (#534)
Co-authored-by: Yuzuru Kato <pascal.imac@gmail.com>
Co-authored-by: Andrey Lihatskiy <alihatskiy@productengine.com>
Diffstat (limited to 'indra/newview/skins/default/xui/en/fonts.xml')
-rw-r--r-- | indra/newview/skins/default/xui/en/fonts.xml | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/indra/newview/skins/default/xui/en/fonts.xml b/indra/newview/skins/default/xui/en/fonts.xml index 3c3eb6b66f..1f4ff860da 100644 --- a/indra/newview/skins/default/xui/en/fonts.xml +++ b/indra/newview/skins/default/xui/en/fonts.xml @@ -1,4 +1,4 @@ -<?xml version="1.0" encoding="utf-8" standalone="yes" ?> +<?xml version="1.0" encoding="utf-8" standalone="yes"?> <fonts> <font name="default" comment="default font files (global fallbacks)"> @@ -51,19 +51,19 @@ </os> </font> - <font name="SansSerif" + <font name="SansSerif1" comment="Name of bold sans-serif font" font_style="BOLD"> <file>DejaVuSans-Bold.ttf</file> </font> - <font name="SansSerif" + <font name="SansSerif2" comment="Name of italic sans-serif font" font_style="ITALIC"> <file>DejaVuSans-Oblique.ttf</file> </font> - <font name="SansSerif" + <font name="SansSerif3" comment="Name of bold italic sans-serif font" font_style="BOLD|ITALIC"> <file>DejaVuSans-BoldOblique.ttf</file> @@ -79,19 +79,19 @@ <file>DejaVuSans.ttf</file> </font> - <font name="DejaVu" + <font name="DejaVu1" comment="Name of DejaVu font (bold)" font_style="BOLD"> <file>DejaVuSans-Bold.ttf</file> </font> - <font name="DejaVu" + <font name="DejaVu2" comment="Name of DejaVu font (italic)" font_style="ITALIC"> <file>DejaVuSans-Oblique.ttf</file> </font> - <font name="DejaVu" + <font name="DejaVu3" comment="Name of DejaVu font (bold italic)" font_style="BOLD|ITALIC"> <file>DejaVuSans-BoldOblique.ttf</file> @@ -108,7 +108,7 @@ </os> </font> - <font name="Helvetica" + <font name="Helvetica1" comment="Name of Helvetica font (bold)" font_style="BOLD"> <file>DejaVuSans-Bold.ttf</file> @@ -120,7 +120,7 @@ </os> </font> - <font name="Helvetica" + <font name="Helvetica2" comment="Name of Helvetica font (italic)" font_style="ITALIC"> <file>DejaVuSans-Oblique.ttf</file> @@ -132,7 +132,7 @@ </os> </font> - <font name="Helvetica" + <font name="Helvetica3" comment="Name of Helvetica font (bold italic)" font_style="BOLD|ITALIC"> <file>DejaVuSans-BoldOblique.ttf</file> |