aboutsummaryrefslogtreecommitdiffstats
path: root/community/font-noto/45-noto-math.conf
diff options
context:
space:
mode:
Diffstat (limited to 'community/font-noto/45-noto-math.conf')
-rw-r--r--community/font-noto/45-noto-math.conf24
1 files changed, 24 insertions, 0 deletions
diff --git a/community/font-noto/45-noto-math.conf b/community/font-noto/45-noto-math.conf
new file mode 100644
index 00000000000..7106be2075e
--- /dev/null
+++ b/community/font-noto/45-noto-math.conf
@@ -0,0 +1,24 @@
+<?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>
+ </match>
+
+ <alias>
+ <family>Noto Sans Math</family>
+ <default>
+ <family>math</family>
+ <family>sans-serif</family>
+ </default>
+ </alias>
+</fontconfig>