diff options
author | McCabe Maxsted | 2009-12-23 18:34:05 -0700 |
---|---|---|
committer | McCabe Maxsted | 2009-12-23 18:34:05 -0700 |
commit | 1a48759b6845b024f7aa13644a444787dda73ba6 (patch) | |
tree | 7eb47b8d2f483176a44e33520c740264f55d3920 /linden/indra | |
parent | Fixed the Advanced menu toggling (diff) | |
download | meta-impy-1a48759b6845b024f7aa13644a444787dda73ba6.zip meta-impy-1a48759b6845b024f7aa13644a444787dda73ba6.tar.gz meta-impy-1a48759b6845b024f7aa13644a444787dda73ba6.tar.bz2 meta-impy-1a48759b6845b024f7aa13644a444787dda73ba6.tar.xz |
Fixed default fonts
Diffstat (limited to 'linden/indra')
-rw-r--r-- | linden/indra/newview/skins/default/xui/en-us/fonts.xml | 6 |
1 files changed, 3 insertions, 3 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 4832910..b6496a9 100644 --- a/linden/indra/newview/skins/default/xui/en-us/fonts.xml +++ b/linden/indra/newview/skins/default/xui/en-us/fonts.xml | |||
@@ -19,18 +19,18 @@ | |||
19 | </font> | 19 | </font> |
20 | 20 | ||
21 | <font name="SansSerif" comment="Name of san-serif font (Truetype file name)"> | 21 | <font name="SansSerif" comment="Name of san-serif font (Truetype file name)"> |
22 | <file>"MtBkLfRg.ttf"</file> | 22 | <file>LiberationSans-Regular.ttf</file> |
23 | </font> | 23 | </font> |
24 | 24 | ||
25 | <font name="SansSerifBold" | 25 | <font name="SansSerifBold" |
26 | comment="Name of bold sans-serif font" | 26 | comment="Name of bold sans-serif font" |
27 | font_style="Bold"> | 27 | font_style="Bold"> |
28 | <file>MtBdLfRg.ttf</file> | 28 | <file>LiberationSans-Bold.ttf</file> |
29 | </font> | 29 | </font> |
30 | 30 | ||
31 | <font name="Monospace" | 31 | <font name="Monospace" |
32 | comment="Name of monospace font"> | 32 | comment="Name of monospace font"> |
33 | <file>DejaVuSansMono.ttf</file> | 33 | <file>VeraMono.ttf</file> |
34 | </font> | 34 | </font> |
35 | 35 | ||
36 | <font name="DejaVu" | 36 | <font name="DejaVu" |