Skip to content

Commit e70bd86

Browse files
committed
added build binary directory location to the README
1 parent 47acfc5 commit e70bd86

File tree

2 files changed

+43
-35
lines changed

2 files changed

+43
-35
lines changed

CHANGELOG.md

Lines changed: 0 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -36,38 +36,3 @@
3636
- **Bold Oblique** - includes all changes indicated above
3737

3838

39-
## Build Binaries
40-
41-
### Desktop Fonts
42-
43-
#### TrueType
44-
- `Hack-Regular.ttf`
45-
- `Hack-Bold.ttf`
46-
- `Hack-RegularOblique.ttf`
47-
- `Hack-BoldOblique.ttf`
48-
49-
#### OpenType
50-
- `Hack-Regular.otf`
51-
- `Hack-Bold.otf`
52-
- `Hack-RegularOblique.otf`
53-
- `Hack-BoldOblique.otf`
54-
55-
### Web Fonts
56-
57-
#### EOT
58-
- `hack-regular-webfont.eot`
59-
- `hack-bold-webfont.eot`
60-
- `hack-regularoblique-webfont.eot`
61-
- `hack-boldoblique-webfont.eot`
62-
63-
#### WOFF
64-
- `hack-regular-webfont.woff`
65-
- `hack-bold-webfont.woff`
66-
- `hack-regularoblique-webfont.woff`
67-
- `hack-boldoblique-webfont.woff`
68-
69-
#### WOFF2
70-
- `hack-regular-webfont.woff2`
71-
- `hack-bold-webfont.woff2`
72-
- `hack-regularoblique-webfont.woff2`
73-
- `hack-boldoblique-webfont.woff2`

README.md

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,49 @@ The primary changes in the current iteration of the font include a new punctuati
2323
Font 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

2871
Modified Version ("Hack") Copyright (c) 2015, Christopher Simpkins with Reserved Font Name Hack.<br>

0 commit comments

Comments
 (0)