![]() |
7 years ago | |
---|---|---|
build | 7 years ago | |
docs | 7 years ago | |
img | 9 years ago | |
postbuild_processing | 7 years ago | |
source | 7 years ago | |
tools | 7 years ago | |
.gitignore | 9 years ago | |
.travis.yml | 7 years ago | |
CHANGELOG.md | 7 years ago | |
CONTRIBUTING.md | 7 years ago | |
FAQ.md | 7 years ago | |
LICENSE.md | 7 years ago | |
Makefile | 7 years ago | |
README.md | 7 years ago | |
build-subsets.sh | 7 years ago | |
build-ttf.sh | 7 years ago | |
build-woff.sh | 7 years ago | |
build-woff2.sh | 7 years ago | |
package.json | 7 years ago |
Hack v3 is here! Click here to learn what's new.
Hack is designed to be a workhorse typeface for source code. It has deep roots in the free, open source typeface community and expands upon the contributions of the Bitstream Vera & DejaVu projects. The large x-height + wide aperture + low contrast design make it legible at commonly used source code text sizes with a sweet spot that runs in the 8px - 14px range. The full set of changes to the upstream source are available in the changelog.
The project is in active development and we welcome your input and contributions. You may view our design objectives and contributing instructions in CONTRIBUTING.md.
Frequently asked questions are answered in our FAQ.
NOTE ON FONT UPDATES If you are updating your version of Hack, be sure to remove the previously installed version and clear your font cache first to avoid conflicts that can lead to platform-specific rendering errors. Many platforms/distros offer package managers that automate this process. We release a Windows installer to automate the install/update process on the Windows platform. See below for additional details.
.zip
)./usr/share/fonts/
) or user font folder (often ~/.local/share/fonts/
).Clear and regenerate your font cache and indexes with the following set of commands:
$ fc-cache
$ mkfontscale <install_path>
$ mkfontdir <install_path>
.zip
) and click to open them.To simplify the installation process on Windows systems, we've created the Hack Windows Installer which will guide you through the installation process. This installer addresses a number of common rendering issues that occur with font installs/updates on the Windows platform and is the recommended approach for Windows users.
To use with Secure Shell, edit the following fields in Options:
"Hack"
https://cdn.jsdelivr.net/npm/hack-font@3/build/web/hack.css
We highly recommend the convenience of a community developed package manager or other auto-updating utility if this is available on your platform. While the package manager releases may be a bit delayed relative to the repository releases, the packages distributed through these package managers were designed to tune and automate font installs and updates on your system.
We are aware of Hack support in the following package managers (with associated package names):
ttf-hack
hackfont
fonts-hack-ttf
dnf-plugins-core :: heliocastro/hack-fonts :: hack-fonts
media-fonts/hack
caskroom/fonts/font-hack
hack-fonts
fonts-hack-ttf
hack.font
For installation issues with Hack packages, please contact the package maintainer directly.
Hack is available in the woff and woff2 web font formats. Use the snippets below to quickly include Hack via a CDN. Bold and italic styles are included by default and work out-of-the-box via the <strong>
and <em>
tags.
Include one of the following in the <head> section of your HTML file:
Subset web fonts
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/hack-font@3/build/web/hack-subset.css">
Full character set web fonts
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/hack-font@3/build/web/hack.css">
pre, code { font-family: Hack, monospace; }
See the WEBFONT_USAGE.md documentation for additional details, including instructions on how to download, host, and serve the web fonts on your own web server.
The alt-hack library includes a (growing) collection of alternate glyph styles that can be used to customize your Hack fonts. Don't like the default zero style? Swap out the UFO design source with a slashed zero or dotted zero and build new fonts that work better for you.
Contributions of new glyph styles are welcomed in the alt-hack repository. Design something new that works well with rest of the typeface and submit a pull request to the alt-hack repository so that others can use it in their own custom builds.
Detailed build instructions are available on the alt-hack repository README.md.
font-line is a tool that lets you easily modify the default line spacing that is used in the Hack design (20% UPM).
The following gist installs font-line and modifies line spacing for all ttf and otf fonts in the working directory where the script is located for the percent UPM value that you define at the top of the script:
Contributions to the Hack project are welcomed. Please review our CONTRIBUTING.md document for details.
Hack is built with the following free, open source projects:
We would like to acknowledge and thank the jsDelivr team for their excellent web font CDN service and outstanding Hack project support.
Hack work is © 2018 Source Foundry Authors. MIT License
Bitstream Vera Sans Mono © 2003 Bitstream, Inc. (with Reserved Font Names Bitstream and Vera). Bitstream Vera License.
The font binaries are released under a license that permits unlimited print, desktop, web, and software embedding use for commercial and non-commercial applications.
See LICENSE.md for the full texts of the licenses.