updated CSS and index.html for v2.017 release

gh-pages
Chris Simpkins 2015-11-03 22:46:34 +07:00
parent 771ec714e1
commit 23d4793882
2 changed files with 21 additions and 21 deletions

@ -1,11 +1,11 @@
@font-face {
font-family: 'hackbold';
src: url('../fonts/hack-bold-webfont.eot?v=2.015');
src: url('../fonts/hack-bold-webfont.eot?#iefix&v=2.015') format('embedded-opentype'),
url('../fonts/hack-bold-webfont.woff2?v=2.015') format('woff2'),
url('../fonts/hack-bold-webfont.woff?v=2.015') format('woff'),
url('../fonts/hack-bold-webfont.svg?v=2.015#hackbold') format('svg');
src: url('../fonts/hack-bold-webfont.eot?v=2.017');
src: url('../fonts/hack-bold-webfont.eot?#iefix&v=2.017') format('embedded-opentype'),
url('../fonts/hack-bold-webfont.woff2?v=2.017') format('woff2'),
url('../fonts/hack-bold-webfont.woff?v=2.017') format('woff'),
url('../fonts/hack-bold-webfont.svg?v=2.017#hackbold') format('svg');
font-weight: normal;
font-style: normal;
@ -16,11 +16,11 @@
@font-face {
font-family: 'hackbold_oblique';
src: url('../fonts/hack-bolditalic-webfont.eot?v=2.015');
src: url('../fonts/hack-bolditalic-webfont.eot?#iefix&v=2.015') format('embedded-opentype'),
url('../fonts/hack-bolditalic-webfont.woff2?v=2.015') format('woff2'),
url('../fonts/hack-bolditalic-webfont.woff?v=2.015') format('woff'),
url('../fonts/hack-bolditalic-webfont.svg?v=2.015#hackbold_oblique') format('svg');
src: url('../fonts/hack-bolditalic-webfont.eot?v=2.017');
src: url('../fonts/hack-bolditalic-webfont.eot?#iefix&v=2.017') format('embedded-opentype'),
url('../fonts/hack-bolditalic-webfont.woff2?v=2.017') format('woff2'),
url('../fonts/hack-bolditalic-webfont.woff?v=2.017') format('woff'),
url('../fonts/hack-bolditalic-webfont.svg?v=2.017#hackbold_oblique') format('svg');
font-weight: normal;
font-style: normal;
@ -31,11 +31,11 @@
@font-face {
font-family: 'hackregular';
src: url('../fonts/hack-regular-webfont.eot?v=2.015');
src: url('../fonts/hack-regular-webfont.eot?#iefix&v=2.015') format('embedded-opentype'),
url('../fonts/hack-regular-webfont.woff2?v=2.015') format('woff2'),
url('../fonts/hack-regular-webfont.woff?v=2.015') format('woff'),
url('../fonts/hack-regular-webfont.svg?v=2.015#hackregular') format('svg');
src: url('../fonts/hack-regular-webfont.eot?v=2.017');
src: url('../fonts/hack-regular-webfont.eot?#iefix&v=2.017') format('embedded-opentype'),
url('../fonts/hack-regular-webfont.woff2?v=2.017') format('woff2'),
url('../fonts/hack-regular-webfont.woff?v=2.017') format('woff'),
url('../fonts/hack-regular-webfont.svg?v=2.017#hackregular') format('svg');
font-weight: normal;
font-style: normal;
@ -46,11 +46,11 @@
@font-face {
font-family: 'hackoblique';
src: url('../fonts/hack-italic-webfont.eot?v=2.015');
src: url('../fonts/hack-italic-webfont.eot?#iefix&v=2.015') format('embedded-opentype'),
url('../fonts/hack-italic-webfont.woff2?v=2.015') format('woff2'),
url('../fonts/hack-italic-webfont.woff?v=2.015') format('woff'),
url('../fonts/hack-italic-webfont.svg?v=2.015#hackoblique') format('svg');
src: url('../fonts/hack-italic-webfont.eot?v=2.017');
src: url('../fonts/hack-italic-webfont.eot?#iefix&v=2.017') format('embedded-opentype'),
url('../fonts/hack-italic-webfont.woff2?v=2.017') format('woff2'),
url('../fonts/hack-italic-webfont.woff?v=2.017') format('woff'),
url('../fonts/hack-italic-webfont.svg?v=2.017#hackoblique') format('svg');
font-weight: normal;
font-style: normal;

@ -29,7 +29,7 @@
<div class="container">
<div class="page-header">
<h1>Hack v2.015</h1>
<h1>Hack v2.017</h1>
<p class="lead">Specimen for the Hack typeface</p>
</div>