You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
348 B
Plaintext
17 lines
348 B
Plaintext
2 years ago
|
<?xml version="1.0"?>
|
||
|
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
|
||
|
<fontconfig>
|
||
|
<alias binding="same">
|
||
|
<family>Droid Sans</family>
|
||
|
<accept>
|
||
|
<family>Noto Sans</family>
|
||
|
</accept>
|
||
|
</alias>
|
||
|
<alias binding="same">
|
||
|
<family>Droid Serif</family>
|
||
|
<accept>
|
||
|
<family>Noto Serif</family>
|
||
|
</accept>
|
||
|
</alias>
|
||
|
</fontconfig>
|