aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--ChangeLog.txt5
-rw-r--r--linden/indra/newview/skins/default/xui/en-us/fonts.xml6
2 files changed, 8 insertions, 3 deletions
diff --git a/ChangeLog.txt b/ChangeLog.txt
index a8851e4..826fcd4 100644
--- a/ChangeLog.txt
+++ b/ChangeLog.txt
@@ -1,5 +1,10 @@
12009-23-09 McCabe Maxsted <hakushakukun@gmail.com> 12009-23-09 McCabe Maxsted <hakushakukun@gmail.com>
2 2
3 * Fixed default fonts.
4
5 modified: linden/indra/newview/skins/default/xui/en-us/fonts.xml
6
7
3 * Fixed the Advanced menu toggling. 8 * Fixed the Advanced menu toggling.
4 9
5 modified: linden/indra/newview/llviewermenu.cpp 10 modified: linden/indra/newview/llviewermenu.cpp
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"