diff options
author | Jacek Antonelli | 2010-09-10 20:18:47 -0500 |
---|---|---|
committer | McCabe Maxsted | 2010-09-10 19:23:50 -0700 |
commit | e145936133fe813e91867928674d537dbe776007 (patch) | |
tree | 8c504ec74d7e1b514b3265060dc6c865d6012514 /linden/indra/newview/skins/default | |
parent | Added Delicious and DroidSans fonts to package and preferences. (diff) | |
download | meta-impy-e145936133fe813e91867928674d537dbe776007.zip meta-impy-e145936133fe813e91867928674d537dbe776007.tar.gz meta-impy-e145936133fe813e91867928674d537dbe776007.tar.bz2 meta-impy-e145936133fe813e91867928674d537dbe776007.tar.xz |
Made DroidSans the new default font.
Diffstat (limited to 'linden/indra/newview/skins/default')
-rw-r--r-- | linden/indra/newview/skins/default/xui/en-us/panel_preferences_fonts.xml | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/linden/indra/newview/skins/default/xui/en-us/panel_preferences_fonts.xml b/linden/indra/newview/skins/default/xui/en-us/panel_preferences_fonts.xml index 869063f..3a27bd1 100644 --- a/linden/indra/newview/skins/default/xui/en-us/panel_preferences_fonts.xml +++ b/linden/indra/newview/skins/default/xui/en-us/panel_preferences_fonts.xml | |||
@@ -12,29 +12,29 @@ | |||
12 | top="-30" left="20" bottom="0" right="-20" | 12 | top="-30" left="20" bottom="0" right="-20" |
13 | follows="top|left|bottom|right"> | 13 | follows="top|left|bottom|right"> |
14 | 14 | ||
15 | <radio_item name="DejaVu" bottom="-20" left="0" height="20"> | 15 | <radio_item name="DroidSans" bottom="-20" left="0" height="20"> |
16 | Droid Sans | ||
17 | </radio_item> | ||
18 | |||
19 | <radio_item name="DejaVu" bottom="-70" left="0" height="20"> | ||
16 | DejaVu Sans Condensed | 20 | DejaVu Sans Condensed |
17 | </radio_item> | 21 | </radio_item> |
18 | 22 | ||
19 | <radio_item name="Liberation" bottom="-70" left="0" height="20"> | ||
20 | Liberation Sans (classic Imprudence font) | ||
21 | </radio_item> | ||
22 | |||
23 | <radio_item name="Delicious" bottom="-120" left="0" height="20"> | 23 | <radio_item name="Delicious" bottom="-120" left="0" height="20"> |
24 | Delicious | 24 | Delicious |
25 | </radio_item> | 25 | </radio_item> |
26 | 26 | ||
27 | <radio_item name="DroidSans" bottom="-170" left="0" height="20"> | 27 | <radio_item name="Liberation" bottom="-170" left="0" height="20"> |
28 | Droid Sans | 28 | Liberation Sans (classic Imprudence font) |
29 | </radio_item> | 29 | </radio_item> |
30 | 30 | ||
31 | </radio_group> | 31 | </radio_group> |
32 | 32 | ||
33 | <text name="dejavu_preview" font="DejaVuMedium" top="-55" left="60"> | 33 | <text name="droid_preview" font="DroidSansMedium" top="-55" left="60"> |
34 | Preview: The quick brown fox jumped over the lazy dog. :) | 34 | Preview: The quick brown fox jumped over the lazy dog. :) |
35 | </text> | 35 | </text> |
36 | 36 | ||
37 | <text name="lib_preview" font="LiberationMedium" top="-105" left="60"> | 37 | <text name="dejavu_preview" font="DejaVuMedium" top="-105" left="60"> |
38 | Preview: The quick brown fox jumped over the lazy dog. :) | 38 | Preview: The quick brown fox jumped over the lazy dog. :) |
39 | </text> | 39 | </text> |
40 | 40 | ||
@@ -42,7 +42,7 @@ | |||
42 | Preview: The quick brown fox jumped over the lazy dog. :) | 42 | Preview: The quick brown fox jumped over the lazy dog. :) |
43 | </text> | 43 | </text> |
44 | 44 | ||
45 | <text name="droid_preview" font="DroidSansMedium" top="-205" left="60"> | 45 | <text name="lib_preview" font="LiberationMedium" top="-205" left="60"> |
46 | Preview: The quick brown fox jumped over the lazy dog. :) | 46 | Preview: The quick brown fox jumped over the lazy dog. :) |
47 | </text> | 47 | </text> |
48 | 48 | ||