summarylogtreecommitdiffstats
path: root/90-tt-noto-mono.conf
diff options
context:
space:
mode:
authorsolaraquarion2017-02-27 11:17:37 -0500
committersolaraquarion2017-02-27 11:17:37 -0500
commit49374ba528299d741819322d84e9eb5511e76c23 (patch)
tree058c1741afd1a2079a074afc67222745586e610d /90-tt-noto-mono.conf
downloadaur-ttf-noto-fonts-ib.tar.gz
update
Diffstat (limited to '90-tt-noto-mono.conf')
-rw-r--r--90-tt-noto-mono.conf27
1 files changed, 27 insertions, 0 deletions
diff --git a/90-tt-noto-mono.conf b/90-tt-noto-mono.conf
new file mode 100644
index 000000000000..1bd21412a28f
--- /dev/null
+++ b/90-tt-noto-mono.conf
@@ -0,0 +1,27 @@
+<?xml version='1.0'?>
+<!DOCTYPE fontconfig SYSTEM 'fonts.dtd'>
+<fontconfig>
+
+ <!-- Noto Mono -->
+ <match target="font">
+ <test name="force_autohint">
+ <bool>false</bool>
+ </test>
+ <test name="family">
+ <string>Noto Mono</string>
+ </test>
+ <edit name="antialias" mode="assign">
+ <bool>true</bool>
+ </edit>
+ <edit name="hinting" mode="assign">
+ <bool>true</bool>
+ </edit>
+ <edit name="autohint" mode="assign">
+ <bool>false</bool>
+ </edit>
+ <edit name="hintstyle" mode="assign">
+ <const>hintslight</const>
+ </edit>
+ </match>
+
+</fontconfig>