Procházet zdrojové kódy

updated CSS and index.html for v2.017 release

Chris Simpkins před 10 roky
rodič
revize
23d4793882
2 změnil soubory, kde provedl 21 přidání a 21 odebrání
  1. 20 20
      css/hack.css
  2. 1 1
      font-specimen.html

+ 20 - 20
css/hack.css

@@ -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;
 

+ 1 - 1
font-specimen.html

@@ -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>