summarylogtreecommitdiffstats
path: root/21-dotsies.conf
diff options
context:
space:
mode:
Diffstat (limited to '21-dotsies.conf')
-rw-r--r--21-dotsies.conf52
1 files changed, 52 insertions, 0 deletions
diff --git a/21-dotsies.conf b/21-dotsies.conf
new file mode 100644
index 000000000000..1bd0f528d73a
--- /dev/null
+++ b/21-dotsies.conf
@@ -0,0 +1,52 @@
+<?xml version="1.0"?>
+<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
+<fontconfig>
+ <match target="font">
+ <test name="family">
+ <string>Dotsies</string>
+ </test>
+ <edit name="weight">
+ <int>400</int>
+ </edit>
+ </match>
+ <match target="font">
+ <test name="family">
+ <string>Dotsies Context</string>
+ </test>
+ <edit name="weight">
+ <int>400</int>
+ </edit>
+ </match>
+ <match target="font">
+ <test name="family">
+ <string>Dotsies Roman</string>
+ </test>
+ <edit name="weight">
+ <int>400</int>
+ </edit>
+ </match>
+ <match target="font">
+ <test name="family">
+ <string>Dotsies Striped</string>
+ </test>
+ <edit name="weight">
+ <int>400</int>
+ </edit>
+ </match>
+ <match target="font">
+ <test name="family">
+ <string>Dotsies Training Wheels</string>
+ </test>
+ <edit name="weight">
+ <int>400</int>
+ </edit>
+ </match>
+ <match target="font">
+ <test name="family">
+ <string>Dotsies Wide</string>
+ </test>
+ <edit name="weight">
+ <int>400</int>
+ </edit>
+ </match>
+</fontconfig>