summaryrefslogtreecommitdiff
path: root/repo/font-noto/58-noto-math.xml
diff options
context:
space:
mode:
authordavidovski <david@davidovski.xyz>2022-05-31 11:05:19 +0100
committerdavidovski <david@davidovski.xyz>2022-05-31 11:05:19 +0100
commit48ca75555522716f0f686dcae3dd6cf3d8ad714d (patch)
tree00c0f58550ba4661e87376f2f02c8001c69bae44 /repo/font-noto/58-noto-math.xml
parent871b2b573f01c1b3176a0f65458b3d281b41c437 (diff)
removed idea of repos
Diffstat (limited to 'repo/font-noto/58-noto-math.xml')
-rw-r--r--repo/font-noto/58-noto-math.xml26
1 files changed, 26 insertions, 0 deletions
diff --git a/repo/font-noto/58-noto-math.xml b/repo/font-noto/58-noto-math.xml
new file mode 100644
index 0000000..da7363b
--- /dev/null
+++ b/repo/font-noto/58-noto-math.xml
@@ -0,0 +1,26 @@
+<?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>