mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-03 17:57:13 +08:00
348d542db8
will commit them separately next time... it's just too much work to do separate commits right now
19 lines
621 B
XML
19 lines
621 B
XML
<?xml version="1.0"?>
|
|
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
|
|
<fontconfig>
|
|
<!-- Prefer Microsoft versions of PostScript fonts, as these typically render a lot better on-screen
|
|
30-metric-aliases.conf will then also add the free clones of these fonts -->
|
|
<alias binding="same">
|
|
<family>Helvetica</family>
|
|
<prefer><family>Arial</family></prefer>
|
|
</alias>
|
|
<alias binding="same">
|
|
<family>Times</family>
|
|
<prefer><family>Times New Roman</family></prefer>
|
|
</alias>
|
|
<alias binding="same">
|
|
<family>Courier</family>
|
|
<prefer><family>Courier New</family></prefer>
|
|
</alias>
|
|
</fontconfig>
|