Skip to content

Commit

Permalink
updated webfont CSS files for v2.015
Browse files Browse the repository at this point in the history
  • Loading branch information
chrissimpkins committed Sep 28, 2015
1 parent de919a3 commit 5d8b389
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 22 deletions.
18 changes: 9 additions & 9 deletions build/webfonts/css/hack-extended.css
Original file line number Diff line number Diff line change
@@ -1,37 +1,37 @@
/*!
* Hack v2.013 - https://sourcefoundry.org/hack/
* Hack v2.015 - https://sourcefoundry.org/hack/
* Licenses - Fonts: Hack Open Font License + Bitstream Vera license, CSS: MIT License
*/
/* FONT PATHS
* -------------------------- */
@font-face {
font-family: 'Hack';
src: url('../fonts/eot/hack-regular-webfont.eot?v=2.013');
src: url('../fonts/eot/hack-regular-webfont.eot?#iefix&v=2.013') format('embedded-opentype'), url('../fonts/woff2/hack-regular-webfont.woff2?v=2.013') format('woff2'), url('../fonts/woff/hack-regular-webfont.woff?v=2.013') format('woff'), url('../fonts/web-ttf/hack-regular-webfont.ttf?v=2.013') format('truetype'), url('../fonts/svg/hack-regular-webfont.svg?v=2.013#hackregular') format('svg');
src: url('../fonts/eot/hack-regular-webfont.eot?v=2.015');
src: url('../fonts/eot/hack-regular-webfont.eot?#iefix&v=2.015') format('embedded-opentype'), url('../fonts/woff2/hack-regular-webfont.woff2?v=2.015') format('woff2'), url('../fonts/woff/hack-regular-webfont.woff?v=2.015') format('woff'), url('../fonts/web-ttf/hack-regular-webfont.ttf?v=2.015') format('truetype'), url('../fonts/svg/hack-regular-webfont.svg?v=2.015#hackregular') format('svg');
font-weight: 400;
font-style: normal;
}

@font-face {
font-family: 'Hack';
src: url('../fonts/eot/hack-bold-webfont.eot?v=2.013');
src: url('../fonts/eot/hack-bold-webfont.eot?#iefix&v=2.013') format('embedded-opentype'), url('../fonts/woff2/hack-bold-webfont.woff2?v=2.013') format('woff2'), url('../fonts/woff/hack-bold-webfont.woff?v=2.013') format('woff'), url('../fonts/web-ttf/hack-bold-webfont.ttf?v=2.013') format('truetype'), url('../fonts/svg/hack-bold-webfont.svg?v=2.013#hackbold') format('svg');
src: url('../fonts/eot/hack-bold-webfont.eot?v=2.015');
src: url('../fonts/eot/hack-bold-webfont.eot?#iefix&v=2.015') format('embedded-opentype'), url('../fonts/woff2/hack-bold-webfont.woff2?v=2.015') format('woff2'), url('../fonts/woff/hack-bold-webfont.woff?v=2.015') format('woff'), url('../fonts/web-ttf/hack-bold-webfont.ttf?v=2.015') format('truetype'), url('../fonts/svg/hack-bold-webfont.svg?v=2.015#hackbold') format('svg');
font-weight: 700;
font-style: normal;
}

@font-face {
font-family: 'Hack';
src: url('../fonts/eot/hack-italic-webfont.eot?v=2.013');
src: url('../fonts/eot/hack-italic-webfont.eot?#iefix&v=2.013') format('embedded-opentype'), url('../fonts/woff2/hack-italic-webfont.woff2?v=2.013') format('woff2'), url('../fonts/woff/hack-italic-webfont.woff?v=2.013') format('woff'), url('../fonts/web-ttf/hack-italic-webfont.ttf?v=2.013') format('truetype'), url('../fonts/svg/hack-italic-webfont.svg?v=2.013#hackitalic') format('svg');
src: url('../fonts/eot/hack-italic-webfont.eot?v=2.015');
src: url('../fonts/eot/hack-italic-webfont.eot?#iefix&v=2.015') format('embedded-opentype'), url('../fonts/woff2/hack-italic-webfont.woff2?v=2.015') format('woff2'), url('../fonts/woff/hack-italic-webfont.woff?v=2.015') format('woff'), url('../fonts/web-ttf/hack-italic-webfont.ttf?v=2.015') format('truetype'), url('../fonts/svg/hack-italic-webfont.svg?v=2.015#hackitalic') format('svg');
font-weight: 400;
font-style: italic;
}

@font-face {
font-family: 'Hack';
src: url('../fonts/eot/hack-bolditalic-webfont.eot?v=2.013');
src: url('../fonts/eot/hack-bolditalic-webfont.eot?#iefix&v=2.013') format('embedded-opentype'), url('../fonts/woff2/hack-bolditalic-webfont.woff2?v=2.013') format('woff2'), url('../fonts/woff/hack-bolditalic-webfont.woff?v=2.013') format('woff'), url('../fonts/web-ttf/hack-bolditalic-webfont.ttf?v=2.013') format('truetype'), url('../fonts/svg/hack-bolditalic-webfont.svg?v=2.010#hackbolditalic') format('svg');
src: url('../fonts/eot/hack-bolditalic-webfont.eot?v=2.015');
src: url('../fonts/eot/hack-bolditalic-webfont.eot?#iefix&v=2.015') format('embedded-opentype'), url('../fonts/woff2/hack-bolditalic-webfont.woff2?v=2.015') format('woff2'), url('../fonts/woff/hack-bolditalic-webfont.woff?v=2.015') format('woff'), url('../fonts/web-ttf/hack-bolditalic-webfont.ttf?v=2.015') format('truetype'), url('../fonts/svg/hack-bolditalic-webfont.svg?v=2.010#hackbolditalic') format('svg');
font-weight: 700;
font-style: italic;
}
Expand Down
4 changes: 2 additions & 2 deletions build/webfonts/css/hack-extended.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 9 additions & 9 deletions build/webfonts/css/hack.css
Original file line number Diff line number Diff line change
@@ -1,37 +1,37 @@
/*!
* Hack v2.013 - https://sourcefoundry.org/hack/
* Hack v2.015 - https://sourcefoundry.org/hack/
* Licenses - Fonts: Hack Open Font License + Bitstream Vera license, CSS: MIT License
*/
/* FONT PATHS
* -------------------------- */
@font-face {
font-family: 'Hack';
src: url('../fonts/eot/latin/hack-regular-latin-webfont.eot?v=2.013');
src: url('../fonts/eot/latin/hack-regular-latin-webfont.eot?#iefix&v=2.013') format('embedded-opentype'), url('../fonts/woff2/latin/hack-regular-latin-webfont.woff2?v=2.013') format('woff2'), url('../fonts/woff/latin/hack-regular-latin-webfont.woff?v=2.013') format('woff'), url('../fonts/web-ttf/latin/hack-regular-latin-webfont.ttf?v=2.013') format('truetype'), url('../fonts/svg/latin/hack-regular-latin-webfont.svg?v=2.013#hackregular') format('svg');
src: url('../fonts/eot/latin/hack-regular-latin-webfont.eot?v=2.015');
src: url('../fonts/eot/latin/hack-regular-latin-webfont.eot?#iefix&v=2.015') format('embedded-opentype'), url('../fonts/woff2/latin/hack-regular-latin-webfont.woff2?v=2.015') format('woff2'), url('../fonts/woff/latin/hack-regular-latin-webfont.woff?v=2.015') format('woff'), url('../fonts/web-ttf/latin/hack-regular-latin-webfont.ttf?v=2.015') format('truetype'), url('../fonts/svg/latin/hack-regular-latin-webfont.svg?v=2.015#hackregular') format('svg');
font-weight: 400;
font-style: normal;
}

@font-face {
font-family: 'Hack';
src: url('../fonts/eot/latin/hack-bold-latin-webfont.eot?v=2.013');
src: url('../fonts/eot/latin/hack-bold-latin-webfont.eot?#iefix&v=2.013') format('embedded-opentype'), url('../fonts/woff2/latin/hack-bold-latin-webfont.woff2?v=2.013') format('woff2'), url('../fonts/woff/latin/hack-bold-latin-webfont.woff?v=2.013') format('woff'), url('../fonts/web-ttf/latin/hack-bold-latin-webfont.ttf?v=2.013') format('truetype'), url('../fonts/svg/latin/hack-bold-latin-webfont.svg?v=2.013#hackbold') format('svg');
src: url('../fonts/eot/latin/hack-bold-latin-webfont.eot?v=2.015');
src: url('../fonts/eot/latin/hack-bold-latin-webfont.eot?#iefix&v=2.015') format('embedded-opentype'), url('../fonts/woff2/latin/hack-bold-latin-webfont.woff2?v=2.015') format('woff2'), url('../fonts/woff/latin/hack-bold-latin-webfont.woff?v=2.015') format('woff'), url('../fonts/web-ttf/latin/hack-bold-latin-webfont.ttf?v=2.015') format('truetype'), url('../fonts/svg/latin/hack-bold-latin-webfont.svg?v=2.015#hackbold') format('svg');
font-weight: 700;
font-style: normal;
}

@font-face {
font-family: 'Hack';
src: url('../fonts/eot/latin/hack-italic-latin-webfont.eot?v=2.013');
src: url('../fonts/eot/latin/hack-italic-latin-webfont.eot?#iefix&v=2.013') format('embedded-opentype'), url('../fonts/woff2/latin/hack-italic-latin-webfont.woff2?v=2.013') format('woff2'), url('../fonts/woff/latin/hack-italic-latin-webfont.woff?v=2.013') format('woff'), url('../fonts/web-ttf/latin/hack-italic-latin-webfont.ttf?v=2.013') format('truetype'), url('../fonts/svg/latin/hack-italic-latin-webfont.svg?v=2.013#hackitalic') format('svg');
src: url('../fonts/eot/latin/hack-italic-latin-webfont.eot?v=2.015');
src: url('../fonts/eot/latin/hack-italic-latin-webfont.eot?#iefix&v=2.015') format('embedded-opentype'), url('../fonts/woff2/latin/hack-italic-latin-webfont.woff2?v=2.015') format('woff2'), url('../fonts/woff/latin/hack-italic-latin-webfont.woff?v=2.015') format('woff'), url('../fonts/web-ttf/latin/hack-italic-latin-webfont.ttf?v=2.015') format('truetype'), url('../fonts/svg/latin/hack-italic-latin-webfont.svg?v=2.015#hackitalic') format('svg');
font-weight: 400;
font-style: italic;
}

@font-face {
font-family: 'Hack';
src: url('../fonts/eot/latin/hack-bolditalic-latin-webfont.eot?v=2.013');
src: url('../fonts/eot/latin/hack-bolditalic-latin-webfont.eot?#iefix&v=2.013') format('embedded-opentype'), url('../fonts/woff2/latin/hack-bolditalic-latin-webfont.woff2?v=2.013') format('woff2'), url('../fonts/woff/latin/hack-bolditalic-latin-webfont.woff?v=2.013') format('woff'), url('../fonts/web-ttf/latin/hack-bolditalic-latin-webfont.ttf?v=2.013') format('truetype'), url('../fonts/svg/latin/hack-bolditalic-latin-webfont.svg?v=2.013#hackbolditalic') format('svg');
src: url('../fonts/eot/latin/hack-bolditalic-latin-webfont.eot?v=2.015');
src: url('../fonts/eot/latin/hack-bolditalic-latin-webfont.eot?#iefix&v=2.015') format('embedded-opentype'), url('../fonts/woff2/latin/hack-bolditalic-latin-webfont.woff2?v=2.015') format('woff2'), url('../fonts/woff/latin/hack-bolditalic-latin-webfont.woff?v=2.015') format('woff'), url('../fonts/web-ttf/latin/hack-bolditalic-latin-webfont.ttf?v=2.015') format('truetype'), url('../fonts/svg/latin/hack-bolditalic-latin-webfont.svg?v=2.015#hackbolditalic') format('svg');
font-weight: 700;
font-style: italic;
}
4 changes: 2 additions & 2 deletions build/webfonts/css/hack.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5d8b389

Please sign in to comment.