diff options
author | xero <x@xero.nu> | 2014-07-14 13:23:05 -0400 |
---|---|---|
committer | xero <x@xero.nu> | 2014-07-14 13:23:05 -0400 |
commit | 56560fd597f94dfe6fe5fa79648398ab29d05775 (patch) | |
tree | 7e77d23be98b2df8ef847f49ee645085356305be /fonts | |
parent | 1434c859bcf94a0bbee88e72c8a01849d0356293 (diff) | |
download | dotfiles_ascii-56560fd597f94dfe6fe5fa79648398ab29d05775.tar.xz dotfiles_ascii-56560fd597f94dfe6fe5fa79648398ab29d05775.zip |
updated repo to manage dotfiles via gnu stow, the symlink farm manager. happy birthday commit! :birthday: :sparkles:
Diffstat (limited to 'fonts')
-rw-r--r-- | fonts/.fonts.conf | 63 | ||||
-rw-r--r-- | fonts/.fonts/gohu-README | 13 | ||||
-rw-r--r-- | fonts/.fonts/gohufont-11.pcf.gz | bin | 0 -> 3826 bytes | |||
-rw-r--r-- | fonts/.fonts/gohufont-11b.pcf.gz | bin | 0 -> 3886 bytes | |||
-rw-r--r-- | fonts/.fonts/gohufont-14.pcf.gz | bin | 0 -> 4356 bytes | |||
-rw-r--r-- | fonts/.fonts/gohufont-14b.pcf.gz | bin | 0 -> 4322 bytes | |||
-rw-r--r-- | fonts/.fonts/gohufont-uni-11.pcf.gz | bin | 0 -> 24054 bytes | |||
-rw-r--r-- | fonts/.fonts/gohufont-uni-11b.pcf.gz | bin | 0 -> 24147 bytes | |||
-rw-r--r-- | fonts/.fonts/gohufont-uni-14.pcf.gz | bin | 0 -> 16786 bytes | |||
-rw-r--r-- | fonts/.fonts/gohufont-uni-14b.pcf.gz | bin | 0 -> 16630 bytes |
10 files changed, 76 insertions, 0 deletions
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 Binary files differnew file mode 100644 index 0000000..53c37e4 --- /dev/null +++ b/fonts/.fonts/gohufont-11.pcf.gz diff --git a/fonts/.fonts/gohufont-11b.pcf.gz b/fonts/.fonts/gohufont-11b.pcf.gz Binary files differnew file mode 100644 index 0000000..265b0ec --- /dev/null +++ b/fonts/.fonts/gohufont-11b.pcf.gz diff --git a/fonts/.fonts/gohufont-14.pcf.gz b/fonts/.fonts/gohufont-14.pcf.gz Binary files differnew file mode 100644 index 0000000..fe62d9a --- /dev/null +++ b/fonts/.fonts/gohufont-14.pcf.gz diff --git a/fonts/.fonts/gohufont-14b.pcf.gz b/fonts/.fonts/gohufont-14b.pcf.gz Binary files differnew file mode 100644 index 0000000..4c536f2 --- /dev/null +++ b/fonts/.fonts/gohufont-14b.pcf.gz diff --git a/fonts/.fonts/gohufont-uni-11.pcf.gz b/fonts/.fonts/gohufont-uni-11.pcf.gz Binary files differnew file mode 100644 index 0000000..2ae8317 --- /dev/null +++ b/fonts/.fonts/gohufont-uni-11.pcf.gz diff --git a/fonts/.fonts/gohufont-uni-11b.pcf.gz b/fonts/.fonts/gohufont-uni-11b.pcf.gz Binary files differnew file mode 100644 index 0000000..a3e7d5e --- /dev/null +++ b/fonts/.fonts/gohufont-uni-11b.pcf.gz diff --git a/fonts/.fonts/gohufont-uni-14.pcf.gz b/fonts/.fonts/gohufont-uni-14.pcf.gz Binary files differnew file mode 100644 index 0000000..b5f7ad7 --- /dev/null +++ b/fonts/.fonts/gohufont-uni-14.pcf.gz diff --git a/fonts/.fonts/gohufont-uni-14b.pcf.gz b/fonts/.fonts/gohufont-uni-14b.pcf.gz Binary files differnew file mode 100644 index 0000000..14b835b --- /dev/null +++ b/fonts/.fonts/gohufont-uni-14b.pcf.gz |