18 lines
469 B
XML
18 lines
469 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE fontconfig SYSTEM "../fonts.dtd">
|
|
<!-- /etc/fonts/conf.d/61-stix-pua.conf
|
|
|
|
Define aliasing and other fontconfig settings for
|
|
STIX PUA fonts
|
|
|
|
© 2007 Nicolas Mailhot <nicolas.mailhot at laposte.net>
|
|
-->
|
|
<fontconfig>
|
|
<alias binding="same">
|
|
<family xml:space="preserve">STIXNonUnicode</family>
|
|
<accept>
|
|
<family xml:space="preserve">STIXGeneral</family>
|
|
</accept>
|
|
</alias>
|
|
</fontconfig>
|