diff options
author | Jacek Antonelli | 2010-09-10 20:18:47 -0500 |
---|---|---|
committer | Jacek Antonelli | 2010-09-10 20:22:56 -0500 |
commit | 19b49b2e225bdc688fbae27f12b354faceb8eb51 (patch) | |
tree | 93c959241b4a19dbd65ea9e93244d157cc2eea28 | |
parent | Added Delicious and DroidSans fonts to package and preferences. (diff) | |
download | meta-impy-19b49b2e225bdc688fbae27f12b354faceb8eb51.zip meta-impy-19b49b2e225bdc688fbae27f12b354faceb8eb51.tar.gz meta-impy-19b49b2e225bdc688fbae27f12b354faceb8eb51.tar.bz2 meta-impy-19b49b2e225bdc688fbae27f12b354faceb8eb51.tar.xz |
Made DroidSans the new default font.
-rw-r--r-- | linden/indra/newview/app_settings/settings.xml | 8 | ||||
-rw-r--r-- | linden/indra/newview/skins/default/xui/en-us/panel_preferences_fonts.xml | 20 |
2 files changed, 14 insertions, 14 deletions
diff --git a/linden/indra/newview/app_settings/settings.xml b/linden/indra/newview/app_settings/settings.xml index cbc5887..ca44a2f 100644 --- a/linden/indra/newview/app_settings/settings.xml +++ b/linden/indra/newview/app_settings/settings.xml | |||
@@ -264,7 +264,7 @@ | |||
264 | <key>Type</key> | 264 | <key>Type</key> |
265 | <string>String</string> | 265 | <string>String</string> |
266 | <key>Value</key> | 266 | <key>Value</key> |
267 | <string>DejaVu</string> | 267 | <string>DroidSans</string> |
268 | </map> | 268 | </map> |
269 | <key>GoAction</key> | 269 | <key>GoAction</key> |
270 | <map> | 270 | <map> |
@@ -5775,7 +5775,7 @@ | |||
5775 | <key>Type</key> | 5775 | <key>Type</key> |
5776 | <string>String</string> | 5776 | <string>String</string> |
5777 | <key>Value</key> | 5777 | <key>Value</key> |
5778 | <string>DejaVuSansCondensed.ttf</string> | 5778 | <string>DroidSans.ttf</string> |
5779 | </map> | 5779 | </map> |
5780 | <key>FontSansSerifBundledFallback</key> | 5780 | <key>FontSansSerifBundledFallback</key> |
5781 | <map> | 5781 | <map> |
@@ -5786,7 +5786,7 @@ | |||
5786 | <key>Type</key> | 5786 | <key>Type</key> |
5787 | <string>String</string> | 5787 | <string>String</string> |
5788 | <key>Value</key> | 5788 | <key>Value</key> |
5789 | <string>DejaVuSansCondensed.ttf</string> | 5789 | <string>DroidSans.ttf</string> |
5790 | </map> | 5790 | </map> |
5791 | <key>FontSansSerifBold</key> | 5791 | <key>FontSansSerifBold</key> |
5792 | <map> | 5792 | <map> |
@@ -5797,7 +5797,7 @@ | |||
5797 | <key>Type</key> | 5797 | <key>Type</key> |
5798 | <string>String</string> | 5798 | <string>String</string> |
5799 | <key>Value</key> | 5799 | <key>Value</key> |
5800 | <string>DejaVuSansCondensed-Bold.ttf</string> | 5800 | <string>DroidSans-Bold.ttf</string> |
5801 | </map> | 5801 | </map> |
5802 | <key>FontSansSerifFallback</key> | 5802 | <key>FontSansSerifFallback</key> |
5803 | <map> | 5803 | <map> |
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 | ||