SHA256
1
0
forked from pool/fonts-config

- fallback to DejaVu Sans, Liberation Sans FPL order when

no force_bw defined [bnc#878292c#12]

OBS-URL: https://build.opensuse.org/package/show/M17N/fonts-config?expand=0&rev=48
This commit is contained in:
2014-05-22 10:47:49 +00:00
committed by Git OBS Bridge
parent c739cb595f
commit f40d686de3
2 changed files with 12 additions and 0 deletions

View File

@@ -100,6 +100,12 @@
<alias>
<family>sans-serif</family>
<prefer>
<!-- Ensure that DejaVu and Liberation
is in the list when force_bw is
not defined (fonts-config hasn't
run), see [bnc#878292c#12].-->
<family>DejaVu Sans</family>
<family>Liberation Sans</family>
<family>Droid Sans</family>
<family>Arimo</family>
<family>Cantarell</family>

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu May 22 10:45:16 UTC 2014 - pgajdos@suse.com
- fallback to DejaVu Sans, Liberation Sans FPL order when
no force_bw defined [bnc#878292c#12]
-------------------------------------------------------------------
Thu May 15 14:13:16 UTC 2014 - pgajdos@suse.com