diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-02-01 06:09:00 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-02-02 10:15:13 +0000 |
commit | c28c3c55c4bf672aa9f8028deb9891ae49b625e1 (patch) | |
tree | cd19d74bd1a631c2dd616686b49a01860a9559f1 /more_fonts | |
parent | 1f04735705bcca35b2893fe6a835d91cf715ff19 (diff) |
fontconfig: multiple <family> in <alias> isn't supported
Having multiple <family> in <alias> isn't supported and may not work as
expected
Change-Id: Ifffa81db6829e7e21ff061276e1558dda6b99c71
Diffstat (limited to 'more_fonts')
-rw-r--r-- | more_fonts/fonts/fc_local.conf | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/more_fonts/fonts/fc_local.conf b/more_fonts/fonts/fc_local.conf index 973c7b57f2b9..c442c839b835 100644 --- a/more_fonts/fonts/fc_local.conf +++ b/more_fonts/fonts/fc_local.conf @@ -6,7 +6,6 @@ <alias binding="same"> <family>Liberation Sans Narrow</family> - <family>Arial Narrow</family> <default> <family>Arial Narrow</family> </default> |