From 56560fd597f94dfe6fe5fa79648398ab29d05775 Mon Sep 17 00:00:00 2001
From: xero <x@xero.nu>
Date: Mon, 14 Jul 2014 13:23:05 -0400
Subject: updated repo to manage dotfiles via gnu stow, the symlink farm
 manager. happy birthday commit! :birthday: :sparkles:

---
 fonts/.fonts.conf                    |  63 +++++++++++++++++++++++++++++++++++
 fonts/.fonts/gohu-README             |  13 ++++++++
 fonts/.fonts/gohufont-11.pcf.gz      | Bin 0 -> 3826 bytes
 fonts/.fonts/gohufont-11b.pcf.gz     | Bin 0 -> 3886 bytes
 fonts/.fonts/gohufont-14.pcf.gz      | Bin 0 -> 4356 bytes
 fonts/.fonts/gohufont-14b.pcf.gz     | Bin 0 -> 4322 bytes
 fonts/.fonts/gohufont-uni-11.pcf.gz  | Bin 0 -> 24054 bytes
 fonts/.fonts/gohufont-uni-11b.pcf.gz | Bin 0 -> 24147 bytes
 fonts/.fonts/gohufont-uni-14.pcf.gz  | Bin 0 -> 16786 bytes
 fonts/.fonts/gohufont-uni-14b.pcf.gz | Bin 0 -> 16630 bytes
 10 files changed, 76 insertions(+)
 create mode 100644 fonts/.fonts.conf
 create mode 100644 fonts/.fonts/gohu-README
 create mode 100644 fonts/.fonts/gohufont-11.pcf.gz
 create mode 100644 fonts/.fonts/gohufont-11b.pcf.gz
 create mode 100644 fonts/.fonts/gohufont-14.pcf.gz
 create mode 100644 fonts/.fonts/gohufont-14b.pcf.gz
 create mode 100644 fonts/.fonts/gohufont-uni-11.pcf.gz
 create mode 100644 fonts/.fonts/gohufont-uni-11b.pcf.gz
 create mode 100644 fonts/.fonts/gohufont-uni-14.pcf.gz
 create mode 100644 fonts/.fonts/gohufont-uni-14b.pcf.gz

(limited to 'fonts')

diff --git a/fonts/.fonts.conf b/fonts/.fonts.conf
new file mode 100644
index 0000000..fd43810
--- /dev/null
+++ b/fonts/.fonts.conf
@@ -0,0 +1,63 @@
+<?xml version="1.0"?>
+<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
+<fontconfig>
+ <match target="font">
+  <edit mode="assign" name="hinting" >
+   <bool>true</bool>
+  </edit>
+ </match>
+ <match target="font" >
+  <edit mode="assign" name="autohint" >
+   <bool>true</bool>
+  </edit>
+ </match>
+ <match target="font">
+  <edit mode="assign" name="hintstyle" >
+  <const>hintslight</const>
+  </edit>
+ </match>
+ <match target="font">
+  <edit mode="assign" name="rgba" >
+   <const>rgb</const>
+  </edit>
+ </match>
+ <match target="font">
+  <edit mode="assign" name="antialias" >
+   <bool>true</bool>
+  </edit>
+ </match>
+ <match target="font">
+   <edit mode="assign" name="lcdfilter">
+   <const>lcddefault</const>
+   </edit>
+ </match>
+ <selectfont>
+  <acceptfont>
+   <pattern>
+    <patelt name="family"><string>Gohufont</string></patelt>
+   </pattern>
+  </acceptfont>
+ </selectfont> 
+  <selectfont>
+  <acceptfont>
+   <pattern>
+    <patelt name="family"><string>Stlarch</string></patelt>
+   </pattern>
+  </acceptfont>
+ </selectfont> 
+  <selectfont>
+  <acceptfont>
+   <pattern>
+    <patelt name="family"><string>terminus</string></patelt>
+   </pattern>
+  </acceptfont>
+ </selectfont> 
+ <!-- Reject bitmap fonts -->
+ <selectfont>
+  <rejectfont>
+   <pattern>
+    <patelt name="scalable"><bool>false</bool></patelt>
+   </pattern>
+  </rejectfont>
+ </selectfont>
+</fontconfig>
diff --git a/fonts/.fonts/gohu-README b/fonts/.fonts/gohu-README
new file mode 100644
index 0000000..5107f37
--- /dev/null
+++ b/fonts/.fonts/gohu-README
@@ -0,0 +1,13 @@
+Gohufont
+A font for programming and terminal use.
+Available in heights of 11 and 14 pixels.
+http://font.gohu.eu
+
+Copyright 2010 by Hugo Chargois
+
+LICENSE
+This font is released under the terms of the WTFPL (see COPYING-LICENSE).
+
+THANKS AND AKNOWLEDGMENTS
+The Unicode versions of the 11px font are based extensively on the fixed 6x10 font by Markus Kuhn (http://www.cl.cam.ac.uk/~mgk25/ucs-fonts.html).
+I used the Terminus font in 14 px with great satisfaction for a long time before I decided to make gohufont 14 px, so it surely inspired me and they may share some similarities in appearance. It is not a derivative work though. Thanks to Dimitar Zhekov for his great font.
diff --git a/fonts/.fonts/gohufont-11.pcf.gz b/fonts/.fonts/gohufont-11.pcf.gz
new file mode 100644
index 0000000..53c37e4
Binary files /dev/null and b/fonts/.fonts/gohufont-11.pcf.gz differ
diff --git a/fonts/.fonts/gohufont-11b.pcf.gz b/fonts/.fonts/gohufont-11b.pcf.gz
new file mode 100644
index 0000000..265b0ec
Binary files /dev/null and b/fonts/.fonts/gohufont-11b.pcf.gz differ
diff --git a/fonts/.fonts/gohufont-14.pcf.gz b/fonts/.fonts/gohufont-14.pcf.gz
new file mode 100644
index 0000000..fe62d9a
Binary files /dev/null and b/fonts/.fonts/gohufont-14.pcf.gz differ
diff --git a/fonts/.fonts/gohufont-14b.pcf.gz b/fonts/.fonts/gohufont-14b.pcf.gz
new file mode 100644
index 0000000..4c536f2
Binary files /dev/null and b/fonts/.fonts/gohufont-14b.pcf.gz differ
diff --git a/fonts/.fonts/gohufont-uni-11.pcf.gz b/fonts/.fonts/gohufont-uni-11.pcf.gz
new file mode 100644
index 0000000..2ae8317
Binary files /dev/null and b/fonts/.fonts/gohufont-uni-11.pcf.gz differ
diff --git a/fonts/.fonts/gohufont-uni-11b.pcf.gz b/fonts/.fonts/gohufont-uni-11b.pcf.gz
new file mode 100644
index 0000000..a3e7d5e
Binary files /dev/null and b/fonts/.fonts/gohufont-uni-11b.pcf.gz differ
diff --git a/fonts/.fonts/gohufont-uni-14.pcf.gz b/fonts/.fonts/gohufont-uni-14.pcf.gz
new file mode 100644
index 0000000..b5f7ad7
Binary files /dev/null and b/fonts/.fonts/gohufont-uni-14.pcf.gz differ
diff --git a/fonts/.fonts/gohufont-uni-14b.pcf.gz b/fonts/.fonts/gohufont-uni-14b.pcf.gz
new file mode 100644
index 0000000..14b835b
Binary files /dev/null and b/fonts/.fonts/gohufont-uni-14b.pcf.gz differ
-- 
cgit v1.2.1