1
0
Fork 0

fonts: add dtd and modeline

This commit is contained in:
tastytea 2022-09-07 23:03:37 +02:00
parent f3858a40f0
commit 9f2792fee8
Signed by: tastytea
SSH Key Fingerprint: SHA256:FBkvrOlhq5use1XEttyUGT4bUTDVA1ar9SgIc9P03cM
1 changed files with 6 additions and 4 deletions

View File

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<!DOCTYPE fontconfig SYSTEM "/usr/share/xml/fontconfig/fonts.dtd">
<fontconfig>
<!-- Set default fonts -->
<alias>
@ -39,8 +39,10 @@
<!-- FIXME: Doesn't work -->
<!--
If other fonts contain emoji glyphs, they could interfere and make some emojis rendered in wrong font (often in black-and-white).
For example, DejaVu Sans contains black-and-white emojis, which we can remove using the following trick:
If other fonts contain emoji glyphs, they could interfere and make some
emojis rendered in wrong font (often in black-and-white).
For example, DejaVu Sans contains black-and-white emojis, which we can
remove using the following trick:
-->
<match target="scan">
<test name="family" compare="contains">
@ -75,4 +77,4 @@
</minus>
</edit>
</match>
</fontconfig>
</fontconfig><!-- vim: set ts=2 sw=2 et tw=80 ft=xml: -->