Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(163)

Side by Side Diff: src/rootfs_static_data/common/etc/fonts/local.conf

Issue 424011: build: Update fontconfig to fall back on Droid. (Closed)
Patch Set: update usernames Created 11 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 <?xml version="1.0"?>
2 <!DOCTYPE fontconfig SYSTEM "fonts.dtd">
3 <fontconfig>
4 <!-- Use Droid fonts by default. -->
5 <alias binding="same">
6 <family>sans-serif</family>
7 <default>
8 <family>Droid Sans</family>
9 </default>
10 </alias>
11 <alias binding="same">
12 <family>serif</family>
13 <default>
14 <family>Droid Serif</family>
15 </default>
16 </alias>
17 <alias binding="same">
18 <family>monospace</family>
19 <default>
20 <family>Droid Sans Mono</family>
21 </default>
22 </alias>
23 </fontconfig>
OLDNEW
« no previous file with comments | « src/rootfs_static_data/common/etc/X11/xorg.conf ('k') | src/rootfs_static_data/common/etc/gtk-2.0/gtkrc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698