summaryrefslogtreecommitdiff
path: root/.fonts
diff options
context:
space:
mode:
authorRené Neumann <rene.neumann@in.tum.de>2011-08-11 19:40:07 +0200
committerRené 'Necoro' Neumann <necoro@necoro.net>2011-08-11 19:40:08 +0200
commitcf1c44ae4169b760631200b65aa9c991b0ceefa9 (patch)
tree66cebca6b016f5e667a10024eeda69d4d5982ed4 /.fonts
parentaa53962b9540dce996b183a5cd6e14274cfeec0f (diff)
downloaddotfiles-cf1c44ae4169b760631200b65aa9c991b0ceefa9.tar.gz
dotfiles-cf1c44ae4169b760631200b65aa9c991b0ceefa9.tar.bz2
dotfiles-cf1c44ae4169b760631200b65aa9c991b0ceefa9.zip
Better inconsolata things
Diffstat (limited to '')
-rw-r--r--.fonts.conf13
-rw-r--r--.fonts/Inconsolata.otfbin0 -> 52336 bytes
2 files changed, 11 insertions, 2 deletions
diff --git a/.fonts.conf b/.fonts.conf
index b2b1d92..a4019de 100644
--- a/.fonts.conf
+++ b/.fonts.conf
@@ -2,7 +2,6 @@
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
-
<!-- Disable subpixels for small fonts -->
<match target="font">
<test name="pixelsize" compare="less">
@@ -13,15 +12,25 @@
</edit>
</match>
+
<match target="font">
<edit name="hintstyle" mode="assign">
<const>hintfull</const>
</edit>
</match>
+
<match target="font">
<edit mode="assign" name="lcdfilter">
<const>lcddefault</const>
</edit>
</match>
-
+
+ <match target="font">
+ <test name="family">
+ <string>Inconsolata</string>
+ </test>
+ <edit name="hintstyle" mode="assign">
+ <const>hintslight</const>
+ </edit>
+ </match>
</fontconfig>
diff --git a/.fonts/Inconsolata.otf b/.fonts/Inconsolata.otf
new file mode 100644
index 0000000..9baa2c0
--- /dev/null
+++ b/.fonts/Inconsolata.otf
Binary files differ