@@ -23,6 +23,49 @@ The primary changes in the current iteration of the font include a new punctuati
2323Font changes are in the [ Changelog] ( https://github.com/chrissimpkins/Hack/blob/master/CHANGELOG.md ) .
2424
2525
26+ ### Build Binaries
27+
28+ #### Desktop Fonts
29+
30+ ##### TrueType
31+ - ` build/ttf/Hack-Regular.ttf `
32+ - ` build/ttf/Hack-Bold.ttf `
33+ - ` build/ttf/Hack-RegularOblique.ttf `
34+ - ` build/ttf/Hack-BoldOblique.ttf `
35+
36+ ##### OpenType
37+ - ` build/otf/Hack-Regular.otf `
38+ - ` build/otf/Hack-Bold.otf `
39+ - ` build/otf/Hack-RegularOblique.otf `
40+ - ` build/otf/Hack-BoldOblique.otf `
41+
42+ #### Web Fonts
43+
44+ ##### EOT
45+ - ` build/eot/hack-regular-webfont.eot `
46+ - ` build/eot/hack-bold-webfont.eot `
47+ - ` build/eot/hack-regularoblique-webfont.eot `
48+ - ` build/eot/hack-boldoblique-webfont.eot `
49+
50+ ##### SVG
51+ - ` build/svg/hack-regular-webfont.eot `
52+ - ` build/svg/hack-bold-webfont.eot `
53+ - ` build/svg/hack-regularoblique-webfont.eot `
54+ - ` build/svg/hack-boldoblique-webfont.eot `
55+
56+ ##### WOFF
57+ - ` build/woff/hack-regular-webfont.woff `
58+ - ` build/woff/hack-bold-webfont.woff `
59+ - ` build/woff/hack-regularoblique-webfont.woff `
60+ - ` build/woff/hack-boldoblique-webfont.woff `
61+
62+ ##### WOFF2
63+ - ` build/woff2/hack-regular-webfont.woff2 `
64+ - ` build/woff2/hack-bold-webfont.woff2 `
65+ - ` build/woff2/hack-regularoblique-webfont.woff2 `
66+ - ` build/woff2/hack-boldoblique-webfont.woff2 `
67+
68+
2669### License
2770
2871Modified Version ("Hack") Copyright (c) 2015, Christopher Simpkins with Reserved Font Name Hack.<br >
0 commit comments