diff --git a/src/unpatched-fonts/Hack/Bold/Hack-Bold.ttf b/src/unpatched-fonts/Hack/Bold/Hack-Bold.ttf index c47ad412a..7ff497528 100644 Binary files a/src/unpatched-fonts/Hack/Bold/Hack-Bold.ttf and b/src/unpatched-fonts/Hack/Bold/Hack-Bold.ttf differ diff --git a/src/unpatched-fonts/Hack/BoldItalic/Hack-BoldItalic.ttf b/src/unpatched-fonts/Hack/BoldItalic/Hack-BoldItalic.ttf index df1981306..3b137d971 100644 Binary files a/src/unpatched-fonts/Hack/BoldItalic/Hack-BoldItalic.ttf and b/src/unpatched-fonts/Hack/BoldItalic/Hack-BoldItalic.ttf differ diff --git a/src/unpatched-fonts/Hack/Italic/Hack-Italic.ttf b/src/unpatched-fonts/Hack/Italic/Hack-Italic.ttf index 7be2e0b4d..d26198a32 100644 Binary files a/src/unpatched-fonts/Hack/Italic/Hack-Italic.ttf and b/src/unpatched-fonts/Hack/Italic/Hack-Italic.ttf differ diff --git a/src/unpatched-fonts/Hack/LICENSE.md b/src/unpatched-fonts/Hack/LICENSE.md index ddd23a2b8..08927e504 100644 --- a/src/unpatched-fonts/Hack/LICENSE.md +++ b/src/unpatched-fonts/Hack/LICENSE.md @@ -1,4 +1,4 @@ -The work in the Hack project is Copyright 2017 Source Foundry Authors and licensed under the MIT License +The work in the Hack project is Copyright 2018 Source Foundry Authors and licensed under the MIT License The work in the DejaVu project was committed to the public domain. @@ -6,7 +6,7 @@ Bitstream Vera Sans Mono Copyright 2003 Bitstream Inc. and licensed under the Bi ### MIT License -Copyright (c) 2017 Source Foundry Authors +Copyright (c) 2018 Source Foundry Authors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/src/unpatched-fonts/Hack/README.md b/src/unpatched-fonts/Hack/README.md index 690737283..0c0610b82 100644 --- a/src/unpatched-fonts/Hack/README.md +++ b/src/unpatched-fonts/Hack/README.md @@ -1,13 +1,20 @@ # Hack -[![Build Status](https://travis-ci.org/source-foundry/Hack.svg?branch=master)](https://travis-ci.org/source-foundry/Hack) [![Contributors](https://img.shields.io/badge/contributors-121-orange.svg?style=flat)](https://github.com/source-foundry/Hack/blob/master/docs/CONTRIBUTORS.md) +[![GitHub release](https://img.shields.io/github/release/source-foundry/hack.svg?style=flat)](https://github.com/source-foundry/Hack/releases/latest) +[![Build Status](https://semaphoreci.com/api/v1/sourcefoundry/hack/branches/master/shields_badge.svg)](https://semaphoreci.com/sourcefoundry/hack) +[![Contributors](https://img.shields.io/badge/contributors-128-orange.svg?style=flat)](https://github.com/source-foundry/Hack/blob/master/docs/CONTRIBUTORS.md) +[![Join the chat at https://gitter.im/source-foundry/Hack](https://badges.gitter.im/source-foundry/Hack.svg)](https://gitter.im/source-foundry/Hack) +[![Github All Releases](https://img.shields.io/github/downloads/source-foundry/hack/total.svg?style=flat)](https://github.com/source-foundry/Hack/releases/latest) +[![](https://data.jsdelivr.com/v1/package/npm/hack-font/badge?style=rounded)](https://www.jsdelivr.com/package/npm/hack-font) + +Don't like the development noise from the repository but want to keep up with changes? Check out our [gitter Hack channel](https://gitter.im/source-foundry/Hack). Have a quick question that doesn't require an issue report? Drop by our [gitter Help channel](https://gitter.im/source-foundry/Help) and ask away. ### A typeface designed for source code -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](https://www.gnome.org/fonts/) & [DejaVu](http://dejavu-fonts.org/wiki/Main_Page) 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](CHANGELOG.md). +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](https://www.gnome.org/fonts/) & [DejaVu](http://dejavu-fonts.org/wiki/Main_Page) 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 8 - 14 range. The full set of changes to the upstream source are available in the [changelog](CHANGELOG.md). -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](CONTRIBUTING.md). +The project is in active development, and we welcome your input and contributions. You may view our design objectives and instructions on how to contribute in [CONTRIBUTING.md](CONTRIBUTING.md). Frequently asked questions are answered in our [FAQ](FAQ.md). @@ -27,7 +34,7 @@ Frequently asked questions are answered in our [FAQ](FAQ.md). ### Specimen -Hack — a typeface designed for source code +Hack — a typeface designed for source code ## Overview of features @@ -44,18 +51,25 @@ Frequently asked questions are answered in our [FAQ](FAQ.md). ### Linux -1. Download the [latest version of Hack](ttf_latest) -2. Extract the files from the archive (`.zip`) -3. Copy the font files to either your system font folder (often `/usr/share/fonts/`) or user font folder (often `~/.local/share/fonts/`) -4. Clear and regenerate your font cache and indexes with the following set of commands: +1. Download the [latest version of Hack][ttf_latest]. +2. Extract the files from the archive (`.zip`). +3. Copy the font files to either your system font folder (often `/usr/share/fonts/`) or user font folder (often `~/.local/share/fonts/` or `/usr/local/share/fonts`). +4. Copy the font configuration file in `config/fontconfig/` to either the system font configuration folder (often `/etc/fonts/conf.d/`) or the font user folder (often `~/.config/fontconfig/conf.d`) +5. Clear and regenerate your font cache and indexes with the following command: ``` -$ fc-cache -$ mkfontscale -$ mkfontdir +$ fc-cache -f -v ``` -### Mac OS X +You can confirm that the fonts are installed with the following command: + +``` +$ fc-list | grep "Hack" +``` + +Some Linux users may find that font rendering is improved on their distro with [these instructions](https://wiki.manjaro.org/index.php?title=Improve_Font_Rendering). + +### macOS 1. Download the [latest version of Hack][ttf_latest]. 2. Extract the files from the archive (`.zip`) and click to open them. @@ -65,7 +79,9 @@ $ mkfontdir ### Windows -To simplify the installation process on Windows systems, we've created the [Hack Windows Installer](https://github.com/source-foundry/Hack-windows-installer/releases/latest) 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. +[![Hack Windows Installer](https://img.shields.io/badge/Windows-Installer-blue.svg?style=flat-square)](https://github.com/source-foundry/Hack-windows-installer/releases/latest) + +The [Hack Windows Installer](https://github.com/source-foundry/Hack-windows-installer/releases/latest) simplifies installation on the Windows platform. The tool guides you through the installation process and addresses some common rendering issues that occur with font installs/updates on the Windows platform. This tool is the recommended installation approach for Windows users. ### Chrome/ChromeOS @@ -74,7 +90,7 @@ To use with [Secure Shell](https://chrome.google.com/webstore/detail/secure-shel edit the following fields in Options: - font-family: `"Hack"` - - user-css: `https://cdn.jsdelivr.net/font-hack/2.020/css/hack-extended.min.css` + - user-css: `https://cdn.jsdelivr.net/npm/hack-font@3/build/web/hack.css` ## Package managers @@ -88,6 +104,7 @@ We are aware of Hack support in the following package managers (with associated - **Fedora / CentOS**: `dnf-plugins-core :: heliocastro/hack-fonts :: hack-fonts` - **Gentoo Linux**: `media-fonts/hack` - **Homebrew Cask (OS X)**: `caskroom/fonts/font-hack` +- **Open BSD**: `fonts/hack-fonts` - **OpenSUSE**: `hack-fonts` - **Ubuntu**: `fonts-hack-ttf` - **Visual Studio Package Manager**: `hack.font` @@ -97,7 +114,14 @@ For installation issues with Hack packages, please contact the package maintaine ## Web font usage -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 `` and `` tags. +Hack is available in the woff and woff2 web font formats. **Bold** and *italic* styles are included by default and work out-of-the-box via the `` and `` tags. + +Hack is available through the jsDelivr and cdnjs CDN services: + +[![jsDelivr](https://img.shields.io/badge/jsDelivr-Hack_web_font_CDN-blue.svg?style=flat-square)](https://www.jsdelivr.com/package/npm/hack-font) +[![cdnjs](https://img.shields.io/badge/cdnjs-Hack_web_font_CDN-blue.svg?style=flat-square)](https://cdnjs.com/libraries/hack-font) + +The following snippets provide examples of Hack web font use through the jsDelivr CDN. Adjust the URL paths to those provided by cdnjs (click the link above to find the appropriate URL) to switch to the cdnjs CDN. #### 1. Add Hack to HTML @@ -106,13 +130,13 @@ Include one of the following in the <head> section of your HTML file: **Subset web fonts** ```html - + ``` **Full character set web fonts** ```html - + ``` #### 2. Add Hack to CSS @@ -122,7 +146,7 @@ Include one of the following in the <head> section of your HTML file: pre, code { font-family: Hack, monospace; } ``` -See the [WEBFONT_USAGE.md](docs/WEBFONT_USAGE.md) documentation for additional details, including instructions on how to download, host, and serve the web fonts on your own web server. +See the [WEBFONT_USAGE.md](docs/WEBFONT_USAGE.md) documentation for additional details, including instructions on how to download, host, and serve the web fonts on your web server. ## Additional tools for Hack font customization @@ -130,18 +154,24 @@ See the [WEBFONT_USAGE.md](docs/WEBFONT_USAGE.md) documentation for additional d The [alt-hack](https://github.com/source-foundry/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. +We welcome contributions of new alternate glyph styles 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 custom builds. -Detailed build instructions are available on the [alt-hack repository README.md](https://github.com/source-foundry/alt-hack). +Detailed build instructions are available on the [alt-hack repository README.md](https://github.com/source-foundry/alt-hack). Font renaming instructions to support side-by-side installs with upstream Hack are available below. ### Line spacing adjustments -[font-line](https://github.com/source-foundry/font-line) is a tool that lets you easily modify the default line spacing that is used in the Hack design (20% UPM). +[font-line](https://github.com/source-foundry/font-line) is a tool that modifies the default line spacing 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: +The following gist installs font-line and modifies line spacing for all desktop font files contained in the same directory: - [linespace.sh](https://gist.github.com/chrissimpkins/f39e85f5f157d839e46168de1b61a174) ([download .zip](https://gist.github.com/chrissimpkins/f39e85f5f157d839e46168de1b61a174/archive/f3f93dea87d64ddc4684a61cbc96ddf79d30824a.zip)) +### Install modified and unmodified versions of Hack on the same system + +If you modify the upstream Hack source or the released font binaries and would like to install your modified fonts on the same system with the Hack fonts as released here, you can use the [fontname.py Python script](https://github.com/chrissimpkins/fontname.py) to define a new font name in the binary files. For example, you can install `Hack` on your platform along with a 15% UPM line spacing adjusted version as `Hack Fifteen`. Modify default glyphs with those in our [alt-hack repository](https://github.com/source-foundry/alt-hack) or design your own and define your creation with any name that you'd like. Following installation, your renamed fonts should show under the name that you define with the script so that you can switch between any of them as you need. + +Usage details and examples are provided on the fontname.py repository README. + ## Resources * [Full specimen](http://source-foundry.github.io/Hack/font-specimen.html) @@ -152,18 +182,22 @@ The following gist installs font-line and modifies line spacing for all ttf and ## Contributing -Contributions to the Hack project are welcomed. Please review our [CONTRIBUTING.md](CONTRIBUTING.md) document for details. +We welcome contributions to Hack! Please review our [CONTRIBUTING.md](CONTRIBUTING.md) document for details. ## Built With -Hack is built with the following free, open source tools: +Hack is built with the following free, open source projects: - [Font Bakery](https://github.com/googlefonts/fontbakery) - post-compilation modifications - [fontmake](https://github.com/googlei18n/fontmake) - UFO to ttf compilation -- [font-v](https://github.com/source-foundry/font-v) - font versioning, git commit sha1 short string labeling of font versions +- [fontTools](https://github.com/fonttools/fonttools) - OpenType table read/write +- [font-v](https://github.com/source-foundry/font-v) - font version string editor +- [ink](https://github.com/chrissimpkins/ink) - stream editor for text file templating +- [OpenFV](https://github.com/openfv/openfv) - open specification for semantic typeface versioning - [sfnt2woff_zopfli](https://github.com/bramstein/sfnt2woff-zopfli) - ttf to woff web font compilation - [ttfautohint](https://www.freetype.org/ttfautohint/) - ttf instruction sets +- [uni](https://github.com/source-foundry/uni) - Unicode code point search - [ufodiff](https://github.com/source-foundry/ufodiff) - UFO source diffs - [ufoLib](https://github.com/unified-font-object/ufoLib) - UFO source file reads/writes/testing - [ufolint](https://github.com/source-foundry/ufolint) - UFO source file linting for CI testing @@ -172,12 +206,12 @@ Hack is built with the following free, open source tools: ## Acknowledgments -We would like to acknowledge and thank the [jsDelivr](https://www.jsdelivr.com/) team for their excellent web font CDN service and outstanding Hack project support. +We would like to acknowledge and thank the [jsDelivr](https://www.jsdelivr.com/) and [cdnjs](https://cdnjs.com) teams for their support of the Hack project through their free web font CDN services. We greatly appreciate the tremendous support of open source software development by the [Semaphore CI](https://semaphoreci.com/) team. Their free CI testing service and rapid, excellent technical support have been tremendous assets for our project. Lastly, a huge thanks go out to all of those who do the unrecognized work to get Hack out there to users so that it is easy to access, install, upgrade, and use. There are redistribution package managers, review committee members, testers, and others across platforms/distros/applications who perform this thankless work and often go unrecognized. Your efforts are much appreciated. ## License -**Hack** work is © 2017 Source Foundry Authors. MIT License +**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. @@ -189,5 +223,4 @@ See [LICENSE.md](https://github.com/source-foundry/Hack/blob/master/LICENSE.md) -[ttf_latest]: https://github.com/chrissimpkins/Hack/releases/download/v2.020/Hack-v2_020-ttf.zip - +[ttf_latest]: https://github.com/source-foundry/Hack/releases/download/v3.003/Hack-v3.003-ttf.zip diff --git a/src/unpatched-fonts/Hack/Regular/Hack-Regular.ttf b/src/unpatched-fonts/Hack/Regular/Hack-Regular.ttf index f34270081..92a90cb06 100644 Binary files a/src/unpatched-fonts/Hack/Regular/Hack-Regular.ttf and b/src/unpatched-fonts/Hack/Regular/Hack-Regular.ttf differ diff --git a/src/unpatched-fonts/Hack/config.cfg b/src/unpatched-fonts/Hack/config.cfg index 811dc66cd..dab12415b 100755 --- a/src/unpatched-fonts/Hack/config.cfg +++ b/src/unpatched-fonts/Hack/config.cfg @@ -1,5 +1,3 @@ config_has_powerline=1 -config_rfn=Hack -config_rfn_substitue=Knack [font-patcher] post_process=bin/scripts/Hack/postprocess.sh