5f667f6525
The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/google-noto-fonts#65935a1857b920be0cafe3b9a28d1e41fc36ebb0
24 lines
460 B
XML
24 lines
460 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
|
|
<fontconfig>
|
|
<match>
|
|
<test name="lang" compare="contains">
|
|
<string>pgl</string>
|
|
</test>
|
|
<test name="family">
|
|
<string>sans-serif</string>
|
|
</test>
|
|
<edit name="family" mode="prepend">
|
|
<string>Noto Sans Ogham</string>
|
|
</edit>
|
|
</match>
|
|
|
|
<alias>
|
|
<family>Noto Sans Ogham</family>
|
|
<default>
|
|
<family>sans-serif</family>
|
|
</default>
|
|
</alias>
|
|
</fontconfig>
|
|
|