diff options
author | davidovski <david@davidovski.xyz> | 2022-05-18 23:40:38 +0100 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-05-18 23:40:38 +0100 |
commit | 0b977787374349328a21af0deade30d534cf3978 (patch) | |
tree | 3c2be28ef9a6f74a36f21cd48a34cb06b3080960 /repo/font/font-noto/58-noto-math.xml | |
parent | dccab9b94dcfc5e040647210ba22b9cc4bddc742 (diff) |
fixed gcc loader/linker errors
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> |