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, 26 insertions, 0 deletions
diff --git a/repo/font/font-noto/58-noto-math.xml b/repo/font/font-noto/58-noto-math.xml new file mode 100644 index 0000000..da7363b --- /dev/null +++ b/repo/font/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> |