Hack/README.md

156 lines
6.8 KiB
Markdown
Raw Normal View History

2015-06-22 21:28:19 +03:00
2015-08-16 04:24:44 +03:00
# Hack
2015-08-16 04:29:58 +03:00
### A typeface designed for source code
2015-08-16 04:16:50 +03:00
2015-08-17 05:15:24 +03:00
<a href="http://chrissimpkins.github.io/Hack/font-specimen.html"><img src="img/hack-specimen.png" alt="Hack-a monospaced sans-serif font for source code" width="728"></a>
2015-08-16 04:20:51 +03:00
<br>
2015-08-17 05:15:24 +03:00
<a href="http://chrissimpkins.github.io/Hack/font-specimen.html"><img src="img/c-mockup.png" alt="C source code example" width="728"></a>
2015-08-16 04:24:44 +03:00
<br>
2015-08-17 05:15:24 +03:00
<a href="http://chrissimpkins.github.io/Hack/font-specimen.html"><img src="img/python-mockup.png" alt="Python source code example" width="728"></a>
2015-08-16 04:24:44 +03:00
<br>
2015-08-17 05:15:24 +03:00
<a href="http://chrissimpkins.github.io/Hack/font-specimen.html"><img src="img/js-mockup.png" alt="JavaScript source code example" width="728"></a>
2015-08-16 04:20:51 +03:00
2015-06-24 16:50:26 +03:00
### About
2015-08-16 18:53:05 +03:00
No frills. No gimmicks. Hack is hand groomed and optically balanced to be a workhorse face for code.
2015-08-16 05:14:02 +03:00
2015-08-16 05:56:18 +03:00
It has deep roots in the libre, open source typeface community and expands upon the contributions of the Bitstream Vera &amp; DejaVu projects. The face has been re-designed with a larger glyph set, modifications of the original glyph shapes (including distinct point styles and semi-bold punctuation weight in the regular set to make analphabetic characters less transparent), and meticulous attention to metrics (including numerous spacing adjustments to improve the rhythm of the face and the legibility of code at small text sizes). The large x-height + wide aperture + low contrast design combined with Type 1 hinting/hint replacement programs and a TrueType instruction set make it highly legible at commonly used source code text sizes with a sweet spot that runs in the 8px - 12px range on modern desktop and laptop monitors. Combine it with an HD monitor and you can comfortably work at 6 or 7px sizes.
2015-08-16 05:14:02 +03:00
2015-08-16 05:40:07 +03:00
The font binaries are released under a license that permits unlimited print, desktop, and web use for commercial and non-commercial applications. It may be embedded and distributed in documents and applications. The source is released in the widely supported UFO format and may be modified to derive new typeface branches. The full text of the license is available in [LICENSE.md](https://github.com/chrissimpkins/Hack/blob/master/LICENSE.md)
2015-06-24 16:50:26 +03:00
### Data
2015-08-16 04:52:15 +03:00
- **Typeface Name**: Hack
2015-06-24 16:50:26 +03:00
- **Category**: Monospaced
2015-08-16 18:53:05 +03:00
- **Character Set Support**: Extended Latin, modern Greek, Cyrillic, Vietnamese, pan-African, Georgian, Armenian
2015-08-16 04:29:58 +03:00
- **Powerline Support**: Yes
- **Glyph Number**: 1534
- **Included Styles**: Regular, Bold, Oblique, Bold Oblique
2015-06-24 16:50:26 +03:00
2015-06-25 06:58:21 +03:00
### Specimen
2015-08-17 05:11:49 +03:00
<a href="http://chrissimpkins.github.io/Hack/font-specimen.html"><img src="img/hack-waterfall.png" alt="Hack font specimen" width="728"></a>
2015-06-25 06:58:21 +03:00
2015-06-25 07:12:33 +03:00
Click the image for the full type specimen.
2015-06-25 06:58:21 +03:00
2015-06-24 16:50:26 +03:00
### Changes
Changes are in the [Changelog](https://github.com/chrissimpkins/Hack/blob/master/CHANGELOG.md).
2015-06-24 16:50:26 +03:00
2015-08-17 06:34:25 +03:00
### Desktop Usage
2015-08-16 18:53:05 +03:00
2015-08-17 02:04:12 +03:00
#### Recommended Binaries for OS X Users
2015-08-16 18:53:05 +03:00
2015-08-17 02:04:12 +03:00
The .otf or .ttf files may be used on OS X platforms.
2015-08-16 18:53:05 +03:00
2015-08-17 06:34:25 +03:00
- [Download .otf fonts](https://github.com/chrissimpkins/Hack/tree/master/build/otf)
- [Download .ttf fonts](https://github.com/chrissimpkins/Hack/tree/master/build/ttf)
2015-08-17 02:04:12 +03:00
#### Recommended Binaries for Linux and Windows Users
The .ttf files are recommended for Linux and Windows users.
2015-08-16 18:53:05 +03:00
2015-08-17 06:34:25 +03:00
- [Download .ttf fonts](https://github.com/chrissimpkins/Hack/tree/master/build/ttf)
### Webfont Usage
2015-08-17 06:39:19 +03:00
Hack web fonts are released in svg, eot, ttf, woff, and woff2 formats. They include complete character set builds and smaller basic Latin character set builds for those who do not need the expanded character sets and would like to limit the filesizes of their font binaries.
2015-08-17 06:34:25 +03:00
2015-08-17 06:39:19 +03:00
The web fonts are available in subdirectories of the build directory.
2015-08-17 06:34:25 +03:00
- [Download .svg fonts](https://github.com/chrissimpkins/Hack/tree/master/build/svg)
- [Download .eot fonts](https://github.com/chrissimpkins/Hack/tree/master/build/eot)
- [Download .ttf fonts](https://github.com/chrissimpkins/Hack/tree/master/build/web-ttf) - note that these differ from the desktop versions and are intended for web use
- [Download .woff fonts](https://github.com/chrissimpkins/Hack/tree/master/build/woff)
- [Download .woff2 fonts](https://github.com/chrissimpkins/Hack/tree/master/build/woff2)
2015-08-16 18:53:05 +03:00
### Build Binaries
#### Desktop Fonts
##### TrueType
- `build/ttf/Hack-Regular.ttf`
- `build/ttf/Hack-Bold.ttf`
- `build/ttf/Hack-Oblique.ttf`
- `build/ttf/Hack-BoldOblique.ttf`
##### OpenType
- `build/otf/Hack-Regular.otf`
- `build/otf/Hack-Bold.otf`
- `build/otf/Hack-Oblique.otf`
- `build/otf/Hack-BoldOblique.otf`
#### Web Fonts
##### EOT
- `build/eot/hack-regular-webfont.eot`
- `build/eot/hack-bold-webfont.eot`
- `build/eot/hack-regularoblique-webfont.eot`
- `build/eot/hack-boldoblique-webfont.eot`
2015-08-17 06:34:25 +03:00
- `build/eot/latin/hack-regular-latin-webfont.eot`
- `build/eot/latin/hack-bold-latin-webfont.eot`
- `build/eot/latin/hack-regularoblique-latin-webfont.eot`
- `build/eot/latin/hack-boldoblique-latin-webfont.eot`
##### SVG
2015-06-25 03:55:04 +03:00
- `build/svg/hack-regular-webfont.svg`
- `build/svg/hack-bold-webfont.svg`
- `build/svg/hack-regularoblique-webfont.svg`
- `build/svg/hack-boldoblique-webfont.svg`
2015-08-17 06:34:25 +03:00
- `build/svg/latin/hack-regular-latin-webfont.svg`
- `build/svg/latin/hack-bold-latin-webfont.svg`
- `build/svg/latin/hack-regularoblique-latin-webfont.svg`
- `build/svg/latin/hack-boldoblique-latin-webfont.svg`
##### Web TTF
- `build/web-ttf/hack-regular-webfont.ttf`
- `build/web-ttf/hack-bold-webfont.ttf`
- `build/web-ttf/hack-regularoblique-webfont.ttf`
- `build/web-ttf/hack-boldoblique-webfont.ttf`
- `build/web-ttf/latin/hack-regular-latin-webfont.ttf`
- `build/web-ttf/latin/hack-bold-latin-webfont.ttf`
- `build/web-ttf/latin/hack-regularoblique-latin-webfont.ttf`
- `build/web-ttf/latin/hack-boldoblique-latin-webfont.ttf`
##### WOFF
- `build/woff/hack-regular-webfont.woff`
- `build/woff/hack-bold-webfont.woff`
- `build/woff/hack-regularoblique-webfont.woff`
- `build/woff/hack-boldoblique-webfont.woff`
2015-08-17 06:34:25 +03:00
- `build/woff/latin/hack-regular-latin-webfont.woff`
- `build/woff/latin/hack-bold-latin-webfont.woff`
- `build/woff/latin/hack-regularoblique-latin-webfont.woff`
- `build/woff/latin/hack-boldoblique-latin-webfont.woff`
##### WOFF2
- `build/woff2/hack-regular-webfont.woff2`
- `build/woff2/hack-bold-webfont.woff2`
- `build/woff2/hack-regularoblique-webfont.woff2`
- `build/woff2/hack-boldoblique-webfont.woff2`
2015-08-17 06:34:25 +03:00
- `build/woff2/latin/hack-regular-latin-webfont.woff2`
- `build/woff2/latin/hack-bold-latin-webfont.woff2`
- `build/woff2/latin/hack-regularoblique-latin-webfont.woff2`
- `build/woff2/latin/hack-boldoblique-latin-webfont.woff2`
2015-06-24 16:50:26 +03:00
### License
Modified Version ("Hack") Copyright (c) 2015, Christopher Simpkins with Reserved Font Name Hack.<br>
2015-06-24 16:50:26 +03:00
MODIFIED SIL OPEN FONT LICENSE & BITSTREAM VERA LICENSE
Original Version ("Bitstream Vera Sans Mono") Copyright (c) 2003 Bitstream, Inc. with Reserved Font Names Bitstream and Vera<br>
BITSTREAM VERA LICENSE
2015-06-24 17:00:49 +03:00
The full text of these licenses is available in [LICENSE.md](https://github.com/chrissimpkins/Hack/blob/master/LICENSE.md)