You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
47 lines
1.1 KiB
47 lines
1.1 KiB
2 years ago
|
<?xml version='1.0'?>
|
||
|
<!DOCTYPE fontconfig SYSTEM 'fonts.dtd'>
|
||
|
<fontconfig>
|
||
|
|
||
|
<!-- ## Font families used by Wine ## -->
|
||
|
<!-- These MS aliases typically are used in user interfaces.
|
||
|
You will mostly run into fonts with these names in WINE programs. -->
|
||
|
|
||
|
<alias binding="same">
|
||
|
<family>System</family>
|
||
|
<accept>
|
||
|
<family>Source Sans Pro</family>
|
||
|
</accept>
|
||
|
<default>
|
||
|
<family>Source Sans Pro</family>
|
||
|
</default>
|
||
|
</alias>
|
||
|
<alias binding="same">
|
||
|
<family>MS Shell Dlg</family>
|
||
|
<accept>
|
||
|
<family>Source Sans Pro</family>
|
||
|
</accept>
|
||
|
<default>
|
||
|
<family>Source Sans Pro</family>
|
||
|
</default>
|
||
|
</alias>
|
||
|
<alias binding="same">
|
||
|
<family>MS Shell Dlg 2</family>
|
||
|
<accept>
|
||
|
<family>Source Sans Pro</family>
|
||
|
</accept>
|
||
|
<default>
|
||
|
<family>Source Sans Pro</family>
|
||
|
</default>
|
||
|
</alias>
|
||
|
<alias binding="same">
|
||
|
<family>MS Sans Serif</family>
|
||
|
<prefer>
|
||
|
<family>Source Sans Pro</family>
|
||
|
</prefer>
|
||
|
<default>
|
||
|
<family>Source Sans Pro</family>
|
||
|
</default>
|
||
|
</alias>
|
||
|
|
||
|
</fontconfig>
|