Explorar o código

fixes font filepaths in the subset CSS file

Chris Simpkins %!s(int64=7) %!d(string=hai) anos
pai
achega
ba2a5ea02d
Modificáronse 1 ficheiros con 4 adicións e 4 borrados
  1. 4 4
      build/web/hack-subset.css

+ 4 - 4
build/web/hack-subset.css

@@ -6,28 +6,28 @@
  * -------------------------- */
 @font-face {
   font-family: 'Hack';
-  src: url('/fonts/hack-regular-subset.woff2?sha=e700a30') format('woff2'), url('/fonts/hack-regular-subset.woff?sha=e700a30') format('woff');
+  src: url('fonts/hack-regular-subset.woff2?sha=e700a30') format('woff2'), url('fonts/hack-regular-subset.woff?sha=e700a30') format('woff');
   font-weight: 400;
   font-style: normal;
 }
 
 @font-face {
   font-family: 'Hack';
-  src: url('/fonts/hack-bold-subset.woff2?sha=e700a30') format('woff2'), url('/fonts/hack-bold-subset.woff?sha=e700a30') format('woff');
+  src: url('fonts/hack-bold-subset.woff2?sha=e700a30') format('woff2'), url('fonts/hack-bold-subset.woff?sha=e700a30') format('woff');
   font-weight: 700;
   font-style: normal;
 }
 
 @font-face {
   font-family: 'Hack';
-  src: url('/fonts/hack-italic-subset.woff2?sha=e700a30') format('woff2'), url('/fonts/hack-italic-webfont.woff?sha=e700a30') format('woff');
+  src: url('fonts/hack-italic-subset.woff2?sha=e700a30') format('woff2'), url('fonts/hack-italic-webfont.woff?sha=e700a30') format('woff');
   font-weight: 400;
   font-style: italic;
 }
 
 @font-face {
   font-family: 'Hack';
-  src: url('/fonts/hack-bolditalic-subset.woff2?sha=e700a30') format('woff2'), url('/fonts/hack-bolditalic-subset.woff?sha=e700a30') format('woff');
+  src: url('fonts/hack-bolditalic-subset.woff2?sha=e700a30') format('woff2'), url('fonts/hack-bolditalic-subset.woff?sha=e700a30') format('woff');
   font-weight: 700;
   font-style: italic;
 }