Accepting request 235087 from M17N

- fallback to DejaVu Sans, Liberation Sans FPL order when
  no force_bw defined [bnc#878292c#12]

OBS-URL: https://build.opensuse.org/request/show/235087
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fonts-config?expand=0&rev=39
This commit is contained in:
Stephan Kulow
2014-05-27 05:09:42 +00:00
committed by Git OBS Bridge
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