Skip to content

Commit 85c635b

Browse files
committed
updated README
1 parent ee431d7 commit 85c635b

File tree

1 file changed

+50
-1
lines changed

1 file changed

+50
-1
lines changed

README.md

Lines changed: 50 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,16 +41,34 @@ Click the image for the full type specimen.
4141
Changes are in the [Changelog](https://github.com/chrissimpkins/Hack/blob/master/CHANGELOG.md).
4242

4343

44-
### Usage
44+
### Desktop Usage
4545

4646
#### Recommended Binaries for OS X Users
4747

4848
The .otf or .ttf files may be used on OS X platforms.
4949

50+
- [Download .otf fonts](https://github.com/chrissimpkins/Hack/tree/master/build/otf)
51+
- [Download .ttf fonts](https://github.com/chrissimpkins/Hack/tree/master/build/ttf)
52+
5053
#### Recommended Binaries for Linux and Windows Users
5154

5255
The .ttf files are recommended for Linux and Windows users.
5356

57+
- [Download .ttf fonts](https://github.com/chrissimpkins/Hack/tree/master/build/ttf)
58+
59+
60+
### Webfont Usage
61+
62+
Hack web fonts are released in svg, eot, ttf, woff, and woff2 formats. They include complete character set builds and smaller (filesize) basic Latin character set builds for those who do not need expanded character sets and would like to limit filesize.
63+
64+
The web fonts are available in subdirectories of the repository build directory.
65+
66+
- [Download .svg fonts](https://github.com/chrissimpkins/Hack/tree/master/build/svg)
67+
- [Download .eot fonts](https://github.com/chrissimpkins/Hack/tree/master/build/eot)
68+
- [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
69+
- [Download .woff fonts](https://github.com/chrissimpkins/Hack/tree/master/build/woff)
70+
- [Download .woff2 fonts](https://github.com/chrissimpkins/Hack/tree/master/build/woff2)
71+
5472

5573
### Build Binaries
5674

@@ -76,24 +94,55 @@ The .ttf files are recommended for Linux and Windows users.
7694
- `build/eot/hack-regularoblique-webfont.eot`
7795
- `build/eot/hack-boldoblique-webfont.eot`
7896

97+
- `build/eot/latin/hack-regular-latin-webfont.eot`
98+
- `build/eot/latin/hack-bold-latin-webfont.eot`
99+
- `build/eot/latin/hack-regularoblique-latin-webfont.eot`
100+
- `build/eot/latin/hack-boldoblique-latin-webfont.eot`
101+
79102
##### SVG
80103
- `build/svg/hack-regular-webfont.svg`
81104
- `build/svg/hack-bold-webfont.svg`
82105
- `build/svg/hack-regularoblique-webfont.svg`
83106
- `build/svg/hack-boldoblique-webfont.svg`
84107

108+
- `build/svg/latin/hack-regular-latin-webfont.svg`
109+
- `build/svg/latin/hack-bold-latin-webfont.svg`
110+
- `build/svg/latin/hack-regularoblique-latin-webfont.svg`
111+
- `build/svg/latin/hack-boldoblique-latin-webfont.svg`
112+
113+
##### Web TTF
114+
- `build/web-ttf/hack-regular-webfont.ttf`
115+
- `build/web-ttf/hack-bold-webfont.ttf`
116+
- `build/web-ttf/hack-regularoblique-webfont.ttf`
117+
- `build/web-ttf/hack-boldoblique-webfont.ttf`
118+
119+
- `build/web-ttf/latin/hack-regular-latin-webfont.ttf`
120+
- `build/web-ttf/latin/hack-bold-latin-webfont.ttf`
121+
- `build/web-ttf/latin/hack-regularoblique-latin-webfont.ttf`
122+
- `build/web-ttf/latin/hack-boldoblique-latin-webfont.ttf`
123+
85124
##### WOFF
86125
- `build/woff/hack-regular-webfont.woff`
87126
- `build/woff/hack-bold-webfont.woff`
88127
- `build/woff/hack-regularoblique-webfont.woff`
89128
- `build/woff/hack-boldoblique-webfont.woff`
90129

130+
- `build/woff/latin/hack-regular-latin-webfont.woff`
131+
- `build/woff/latin/hack-bold-latin-webfont.woff`
132+
- `build/woff/latin/hack-regularoblique-latin-webfont.woff`
133+
- `build/woff/latin/hack-boldoblique-latin-webfont.woff`
134+
91135
##### WOFF2
92136
- `build/woff2/hack-regular-webfont.woff2`
93137
- `build/woff2/hack-bold-webfont.woff2`
94138
- `build/woff2/hack-regularoblique-webfont.woff2`
95139
- `build/woff2/hack-boldoblique-webfont.woff2`
96140

141+
- `build/woff2/latin/hack-regular-latin-webfont.woff2`
142+
- `build/woff2/latin/hack-bold-latin-webfont.woff2`
143+
- `build/woff2/latin/hack-regularoblique-latin-webfont.woff2`
144+
- `build/woff2/latin/hack-boldoblique-latin-webfont.woff2`
145+
97146

98147
### License
99148

0 commit comments

Comments
 (0)