Skip to content

Commit d8964c6

Browse files
committed
[README.md] documentation text updates (minor)
1 parent 5b9a860 commit d8964c6

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Hack v3 is here! [Click here to learn what's new](https://medium.com/source-wor
99

1010
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).
1111

12-
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).
12+
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).
1313

1414
Frequently asked questions are answered in our [FAQ](FAQ.md).
1515

@@ -67,7 +67,7 @@ $ mkfontdir <install_path>
6767

6868
### Windows
6969

70-
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.
70+
The [Hack Windows Installer](https://github.com/source-foundry/Hack-windows-installer/releases/latest) simplifies the installation process 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.
7171

7272

7373
### Chrome/ChromeOS
@@ -99,7 +99,7 @@ For installation issues with Hack packages, please contact the package maintaine
9999

100100
## Web font usage
101101

102-
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.
102+
Hack is available in the woff and woff2 web font formats. Use the snippets below to include Hack on your web pages via CDN. **Bold** and *italic* styles are included by default and work out-of-the-box via the `<strong>` and `<em>` tags.
103103

104104
#### 1. Add Hack to HTML
105105

@@ -124,23 +124,23 @@ Include one of the following in the &lt;head&gt; section of your HTML file:
124124
pre, code { font-family: Hack, monospace; }
125125
```
126126

127-
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.
127+
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.
128128

129129
## Additional tools for Hack font customization
130130

131131
### Customize your build with alternate glyph styles
132132

133133
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.
134134

135-
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.
135+
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.
136136

137137
Detailed build instructions are available on the [alt-hack repository README.md](https://github.com/source-foundry/alt-hack).
138138

139139
### Line spacing adjustments
140140

141-
[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).
141+
[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).
142142

143-
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:
143+
The following gist installs font-line and modifies line spacing for all desktop font files contained in the same directory:
144144

145145
- [linespace.sh](https://gist.github.com/chrissimpkins/f39e85f5f157d839e46168de1b61a174) ([download .zip](https://gist.github.com/chrissimpkins/f39e85f5f157d839e46168de1b61a174/archive/f3f93dea87d64ddc4684a61cbc96ddf79d30824a.zip))
146146

@@ -154,7 +154,7 @@ The following gist installs font-line and modifies line spacing for all ttf and
154154

155155
## Contributing
156156

157-
Contributions to the Hack project are welcomed. Please review our [CONTRIBUTING.md](CONTRIBUTING.md) document for details.
157+
We welcome contributions to Hack! Please review our [CONTRIBUTING.md](CONTRIBUTING.md) document for additional details.
158158

159159

160160
## Built With

0 commit comments

Comments
 (0)