diff options
Diffstat (limited to 'repo/font/font-noto/58-noto-math.xml')
-rw-r--r-- | repo/font/font-noto/58-noto-math.xml | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/repo/font/font-noto/58-noto-math.xml b/repo/font/font-noto/58-noto-math.xml deleted file mode 100644 index da7363b..0000000 --- a/repo/font/font-noto/58-noto-math.xml +++ /dev/null @@ -1,26 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE fontconfig SYSTEM "fonts.dtd"> -<fontconfig> - <!-- Noto Sans Math --> - <match> - <test name="family"> - <string>math</string> - </test> - <test name="family"> - <string>sans-serif</string> - </test> - <edit name="family" mode="prepend" binding="same"> - <string>Noto Sans Math</string> - </edit> - <edit name="fonthashint" mode="append"> - <bool>true</bool> - </edit> - </match> - <alias> - <family>Noto Sans Math</family> - <default> - <family>math</family> - <family>sans-serif</family> - </default> - </alias> -</fontconfig> |