Browse Source

missing semicolons

Chris Simpkins 10 years ago
parent
commit
94b9c1b58b
1 changed files with 4 additions and 4 deletions
  1. 4 4
      css/hack.css

+ 4 - 4
css/hack.css

@@ -4,7 +4,7 @@
     src: url('../fonts/hack-bold-webfont.eot?v=2.019');
     src: url('../fonts/hack-bold-webfont.eot?#iefix&v=2.019') format('embedded-opentype'),
          url('../fonts/hack-bold-webfont.woff2?v=2.019') format('woff2'),
-         url('../fonts/hack-bold-webfont.woff?v=2.019') format('woff')
+         url('../fonts/hack-bold-webfont.woff?v=2.019') format('woff');
     font-weight: normal;
     font-style: normal;
 
@@ -18,7 +18,7 @@
     src: url('../fonts/hack-bolditalic-webfont.eot?v=2.019');
     src: url('../fonts/hack-bolditalic-webfont.eot?#iefix&v=2.019') format('embedded-opentype'),
          url('../fonts/hack-bolditalic-webfont.woff2?v=2.019') format('woff2'),
-         url('../fonts/hack-bolditalic-webfont.woff?v=2.019') format('woff')
+         url('../fonts/hack-bolditalic-webfont.woff?v=2.019') format('woff');
     font-weight: normal;
     font-style: normal;
 
@@ -32,7 +32,7 @@
     src: url('../fonts/hack-regular-webfont.eot?v=2.019');
     src: url('../fonts/hack-regular-webfont.eot?#iefix&v=2.019') format('embedded-opentype'),
          url('../fonts/hack-regular-webfont.woff2?v=2.019') format('woff2'),
-         url('../fonts/hack-regular-webfont.woff?v=2.019') format('woff')
+         url('../fonts/hack-regular-webfont.woff?v=2.019') format('woff');
     font-weight: normal;
     font-style: normal;
 
@@ -46,7 +46,7 @@
     src: url('../fonts/hack-italic-webfont.eot?v=2.019');
     src: url('../fonts/hack-italic-webfont.eot?#iefix&v=2.019') format('embedded-opentype'),
          url('../fonts/hack-italic-webfont.woff2?v=2.019') format('woff2'),
-         url('../fonts/hack-italic-webfont.woff?v=2.019') format('woff')
+         url('../fonts/hack-italic-webfont.woff?v=2.019') format('woff');
     font-weight: normal;
     font-style: normal;