mirror of
https://github.com/grassmunk/Chicago95.git
synced 2025-07-25 14:44:44 +02:00
Add MS Sans Serif font + config file to repo
This commit is contained in:
parent
8bab346991
commit
a11ffaf4d5
15
Extras/99-ms-sans-serif.conf
Normal file
15
Extras/99-ms-sans-serif.conf
Normal file
@ -0,0 +1,15 @@
|
||||
<?xml version='1.0'?>
|
||||
<!DOCTYPE fontconfig SYSTEM 'fonts.dtd'>
|
||||
<fontconfig>
|
||||
<match target="font">
|
||||
<test name="family" qual="any" compare="eq">
|
||||
<string>Microsoft Sans Serif</string>
|
||||
</test>
|
||||
<edit mode="assign" name="antialias">
|
||||
<bool>false</bool>
|
||||
</edit>
|
||||
<edit mode="assign" name="hinting">
|
||||
<bool>false</bool>
|
||||
</edit>
|
||||
</match>
|
||||
</fontconfig>
|
BIN
Fonts/ms_sans_serif/micross.ttf
Normal file
BIN
Fonts/ms_sans_serif/micross.ttf
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user