diff options
author | davidovski <david@davidovski.xyz> | 2022-05-31 11:05:19 +0100 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-05-31 11:05:19 +0100 |
commit | 48ca75555522716f0f686dcae3dd6cf3d8ad714d (patch) | |
tree | 00c0f58550ba4661e87376f2f02c8001c69bae44 /repo/font/font-noto/58-noto-math.xml | |
parent | 871b2b573f01c1b3176a0f65458b3d281b41c437 (diff) |
removed idea of repos
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> |