diff options
author | Michael Meeks <michael.meeks@suse.com> | 2012-01-31 17:30:27 +0000 |
---|---|---|
committer | Michael Meeks <michael.meeks@suse.com> | 2012-01-31 17:30:27 +0000 |
commit | 96445c9520a252fdb41c934cc77764c200c086af (patch) | |
tree | 52b703a09a339e6714a09aeb459e9022878f0b63 /android | |
parent | 498fc0b198f81e4f2aa2e69f60b7877f6db3dd0c (diff) |
android: try to get skeletal fonts into fontconfig setup
Diffstat (limited to 'android')
-rw-r--r-- | android/qa/desktop/fonts.conf | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/android/qa/desktop/fonts.conf b/android/qa/desktop/fonts.conf index 0e92c5d78d38..64d714cf95c7 100644 --- a/android/qa/desktop/fonts.conf +++ b/android/qa/desktop/fonts.conf @@ -7,6 +7,27 @@ <dir>/system/fonts</dir> + <alias> + <family>serif</family> + <prefer> + <family>DroidSerif</family> + <family>Roboto</family> + </prefer> + </alias> + <alias> + <family>sans-serif</family> + <prefer> + <family>Roboto</family> + <family>DroidSerif</family> + </prefer> + </alias> + <alias> + <family>monospace</family> + <prefer> + <family>DroidSansMono</family> + </prefer> + </alias> + <!-- Accept deprecated 'mono' alias, replacing it with 'monospace' --> |