diff options
author | Jacek Antonelli | 2010-09-10 20:03:45 -0500 |
---|---|---|
committer | McCabe Maxsted | 2010-09-10 19:23:43 -0700 |
commit | 8361020743a2e6488837bccd9f503e467421ad52 (patch) | |
tree | 58c3c8e3059f85b5124cc8178e5ab6ac30ff9973 /linden/indra/newview/viewer_manifest.py | |
parent | Added the concept of font size multiplier (size_mult). (diff) | |
download | meta-impy-8361020743a2e6488837bccd9f503e467421ad52.zip meta-impy-8361020743a2e6488837bccd9f503e467421ad52.tar.gz meta-impy-8361020743a2e6488837bccd9f503e467421ad52.tar.bz2 meta-impy-8361020743a2e6488837bccd9f503e467421ad52.tar.xz |
Added Delicious and DroidSans fonts to package and preferences.
Diffstat (limited to 'linden/indra/newview/viewer_manifest.py')
-rwxr-xr-x | linden/indra/newview/viewer_manifest.py | 19 |
1 files changed, 16 insertions, 3 deletions
diff --git a/linden/indra/newview/viewer_manifest.py b/linden/indra/newview/viewer_manifest.py index 15172f2..7e0afd8 100755 --- a/linden/indra/newview/viewer_manifest.py +++ b/linden/indra/newview/viewer_manifest.py | |||
@@ -75,16 +75,29 @@ class ViewerManifest(LLManifest): | |||
75 | 75 | ||
76 | # Include our fonts | 76 | # Include our fonts |
77 | if self.prefix(src="fonts"): | 77 | if self.prefix(src="fonts"): |
78 | self.path("GPL.txt") | ||
79 | self.path("Liberation-License.txt") | ||
78 | self.path("LiberationSans-Bold.ttf") | 80 | self.path("LiberationSans-Bold.ttf") |
79 | self.path("LiberationSans-Regular.ttf") | 81 | self.path("LiberationSans-Regular.ttf") |
80 | self.path("VeraMono.ttf") | 82 | |
83 | self.path("Delicious-License.txt") | ||
84 | self.path("Delicious-BoldItalic.otf") | ||
85 | self.path("Delicious-Bold.otf") | ||
86 | self.path("Delicious-Italic.otf") | ||
87 | self.path("Delicious-Roman.otf") | ||
88 | |||
89 | self.path("Droid-License.txt") | ||
90 | self.path("DroidSans-Bold.ttf") | ||
91 | self.path("DroidSans.ttf") | ||
92 | |||
93 | self.path("DejaVu-License.txt") | ||
81 | self.path("DejaVuSansCondensed-BoldOblique.ttf") | 94 | self.path("DejaVuSansCondensed-BoldOblique.ttf") |
82 | self.path("DejaVuSansCondensed-Bold.ttf") | 95 | self.path("DejaVuSansCondensed-Bold.ttf") |
83 | self.path("DejaVuSansCondensed-Oblique.ttf") | 96 | self.path("DejaVuSansCondensed-Oblique.ttf") |
84 | self.path("DejaVuSansCondensed.ttf") | 97 | self.path("DejaVuSansCondensed.ttf") |
85 | self.path("GPL.txt") | 98 | |
86 | self.path("Liberation-License.txt") | ||
87 | self.path("Vera-License.txt") | 99 | self.path("Vera-License.txt") |
100 | self.path("VeraMono.ttf") | ||
88 | self.end_prefix("fonts") | 101 | self.end_prefix("fonts") |
89 | 102 | ||
90 | # skins | 103 | # skins |