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.
19 lines
328 B
19 lines
328 B
1 year ago
|
<?xml version="1.0"?>
|
||
|
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
|
||
|
<fontconfig>
|
||
|
|
||
|
<alias>
|
||
|
<family>Archivo Black</family>
|
||
|
<default>
|
||
|
<family>sans-serif</family>
|
||
|
</default>
|
||
|
</alias>
|
||
|
<alias>
|
||
|
<family>sans-serif</family>
|
||
|
<prefer>
|
||
|
<family>Archivo Black</family>
|
||
|
</prefer>
|
||
|
</alias>
|
||
|
|
||
|
</fontconfig>
|