diff options
author | Jacek Antonelli | 2010-09-08 23:55:14 -0500 |
---|---|---|
committer | Jacek Antonelli | 2010-09-10 18:50:19 -0500 |
commit | 4c5a3e9f1a236d2b3f612b07471ab1f48cdb8a47 (patch) | |
tree | bf7d5948704ec154b435f752b543a0b45a1b9973 /linden/indra/newview | |
parent | Added Preferences > Fonts tab, with basic font chooser. (diff) | |
download | meta-impy-4c5a3e9f1a236d2b3f612b07471ab1f48cdb8a47.zip meta-impy-4c5a3e9f1a236d2b3f612b07471ab1f48cdb8a47.tar.gz meta-impy-4c5a3e9f1a236d2b3f612b07471ab1f48cdb8a47.tar.bz2 meta-impy-4c5a3e9f1a236d2b3f612b07471ab1f48cdb8a47.tar.xz |
Added the concept of aliases to LLFontRegistry.
SansSerif is now an alias for either "DejaVu" or "Liberation",
depending on the user's FontChoice setting.
Diffstat (limited to 'linden/indra/newview')
-rw-r--r-- | linden/indra/newview/skins/default/xui/en-us/fonts.xml | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/linden/indra/newview/skins/default/xui/en-us/fonts.xml b/linden/indra/newview/skins/default/xui/en-us/fonts.xml index 5d831c6..df1356b 100644 --- a/linden/indra/newview/skins/default/xui/en-us/fonts.xml +++ b/linden/indra/newview/skins/default/xui/en-us/fonts.xml | |||
@@ -18,15 +18,6 @@ | |||
18 | </os> | 18 | </os> |
19 | </font> | 19 | </font> |
20 | 20 | ||
21 | <font name="SansSerif" comment="Name of san-serif font (Truetype file name)"> | ||
22 | <file>DejaVuSansCondensed.ttf</file> | ||
23 | </font> | ||
24 | |||
25 | <font name="SansSerifBold" | ||
26 | comment="Name of bold sans-serif font" | ||
27 | font_style="Bold"> | ||
28 | <file>DejaVuSansCondensed-Bold.ttf</file> | ||
29 | </font> | ||
30 | 21 | ||
31 | <font name="Monospace" | 22 | <font name="Monospace" |
32 | comment="Name of monospace font"> | 23 | comment="Name of monospace font"> |