2ec180baa3
- Revisit SUSE-specific config (bnc#766319): * Split suse-hinting.conf to a part defining the default autohint and a part defining the default hintstyle depending on autohint. These are now put in conf.d/11-suse-hinting.conf and 16-suse-hintstyle.conf, so that extra packages may put their own autohint value between them. * Move suse-bitmaps.conf to conf.d, too * Move optional configs modified by fonts-config to fonts-config package itself - Set autohint=true for IPA* fonts as well as MS fonts; hintslight will be chosen automatically (bnc#766319) - Add missing IPAex* fonts to suse-generic-names.conf lists. - Obsolete ipa-fonts-config package as the default configs are now included in this package OBS-URL: https://build.opensuse.org/request/show/124898 OBS-URL: https://build.opensuse.org/package/show/M17N/fontconfig?expand=0&rev=82
75 lines
1.8 KiB
XML
75 lines
1.8 KiB
XML
<?xml version="1.0"?>
|
|
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
|
|
<fontconfig>
|
|
|
|
<!--
|
|
Mark common families with their generics so we'll get
|
|
something reasonable
|
|
-->
|
|
|
|
<!--
|
|
Serif faces
|
|
-->
|
|
<alias>
|
|
<family>Georgia</family>
|
|
<family>Bell MT</family>
|
|
<family>Thorndale AMT</family>
|
|
<family>SUSE Serif</family>
|
|
<family>FreeSerif</family>
|
|
<family>Liberation Serif</family>
|
|
<family>HGMinchoL</family>
|
|
<family>HGPMinchoL</family>
|
|
<family>HGPMinchoB</family>
|
|
<family>HGSMinchoB</family>
|
|
<family>HGMinchoE</family>
|
|
<family>HGPMinchoE</family>
|
|
<family>HGSMinchoE</family>
|
|
<family>IPAMincho</family>
|
|
<family>IPAPMincho</family>
|
|
<family>IPAexMincho</family>
|
|
<family>Sazanami Mincho</family>
|
|
<family>STIXGeneral</family>
|
|
<default><family>serif</family></default>
|
|
</alias>
|
|
<!--
|
|
Sans-serif faces
|
|
-->
|
|
<alias>
|
|
<family>Trebuchet</family>
|
|
<family>Segoe</family>
|
|
<family>Andale Sans</family>
|
|
<family>Albany AMT</family>
|
|
<family>SUSE Sans</family>
|
|
<family>FreeSans</family>
|
|
<family>Liberation Sans</family>
|
|
<family>Cantarell</family>
|
|
<family>HGGothicB</family>
|
|
<family>HGPGothicB</family>
|
|
<family>HGGothicE</family>
|
|
<family>HGPGothicE</family>
|
|
<family>HGSGothicE</family>
|
|
<family>HGGothicM</family>
|
|
<family>HGPGothicM</family>
|
|
<family>HGSGothicM</family>
|
|
<family>IPAGothic</family>
|
|
<family>IPAPGothic</family>
|
|
<family>IPAexGothic</family>
|
|
<family>Sazanami Gothic</family>
|
|
<family>Baekmuk Gulim</family>
|
|
<default><family>sans-serif</family></default>
|
|
</alias>
|
|
<!--
|
|
Monospace faces
|
|
-->
|
|
<alias>
|
|
<family>Fixed</family>
|
|
<family>Cumberland AMT</family>
|
|
<family>SUSE Sans Mono</family>
|
|
<family>FreeMono</family>
|
|
<family>Liberation Mono</family>
|
|
<default><family>monospace</family></default>
|
|
</alias>
|
|
|
|
</fontconfig>
|
|
|