@@ -23,6 +23,49 @@ The primary changes in the current iteration of the font include a new punctuati
23
23
Font changes are in the [ Changelog] ( https://github.com/chrissimpkins/Hack/blob/master/CHANGELOG.md ) .
24
24
25
25
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
+
26
69
### License
27
70
28
71
Modified Version ("Hack") Copyright (c) 2015, Christopher Simpkins with Reserved Font Name Hack.<br >
0 commit comments