Skip to content

Commit

Permalink
removed SVG file builds from build lists on README
Browse files Browse the repository at this point in the history
  • Loading branch information
chrissimpkins committed Jan 16, 2016
1 parent c7943e6 commit c2676d3
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,16 +169,6 @@ The web font archive download is structured like this:
│   ├── hack-bolditalic-latin-webfont.eot
│   ├── hack-regular-latin-webfont.eot
│   └── hack-italic-latin-webfont.eot
├── svg
│   ├── hack-bold-webfont.svg
│   ├── hack-bolditalic-webfont.svg
│   ├── hack-regular-webfont.svg
│   ├── hack-italic-webfont.svg
│   └── latin
│   ├── hack-bold-latin-webfont.svg
│   ├── hack-bolditalic-latin-webfont.svg
│   ├── hack-regular-latin-webfont.svg
│   └── hack-italic-latin-webfont.svg
├── ttf
│   ├── hack-bold-webfont.ttf
│   ├── hack-bolditalic-webfont.ttf
Expand Down Expand Up @@ -284,16 +274,6 @@ yoursite.com/path/to/fonts/
- `build/webfonts/fonts/eot/latin/hack-italic-latin-webfont.eot`
- `build/webfonts/fonts/eot/latin/hack-bolditalic-latin-webfont.eot`

##### SVG
- `build/webfonts/fonts/svg/hack-regular-webfont.svg`
- `build/webfonts/fonts/svg/hack-bold-webfont.svg`
- `build/webfonts/fonts/svg/hack-italic-webfont.svg`
- `build/webfonts/fonts/svg/hack-bolditalic-webfont.svg`
- `build/webfonts/fonts/svg/latin/hack-regular-latin-webfont.svg`
- `build/webfonts/fonts/svg/latin/hack-bold-latin-webfont.svg`
- `build/webfonts/fonts/svg/latin/hack-italic-latin-webfont.svg`
- `build/webfonts/fonts/svg/latin/hack-bolditalic-latin-webfont.svg`

##### Web TTF
- `build/webfonts/fonts/web-ttf/hack-regular-webfont.ttf`
- `build/webfonts/fonts/web-ttf/hack-bold-webfont.ttf`
Expand Down

0 comments on commit c2676d3

Please sign in to comment.