diff --git a/public/style.css b/public/style.css deleted file mode 100644 index aea871a..0000000 --- a/public/style.css +++ /dev/null @@ -1,13 +0,0 @@ -@font-face { - font-family: 'Harabara-Bold'; - src: url('fonts/webfonts_Harabara-Bold/Harabara-Bold.ttf.woff') format('woff'), - url('fonts/webfonts_Harabara-Bold/Harabara-Bold.ttf.svg#Harabara-Bold') format('svg'), - url('fonts/webfonts_Harabara-Bold/Harabara-Bold.ttf.eot'), - url('fonts/webfonts_Harabara-Bold/Harabara-Bold.eot?#iefix') format('embedded-opentype'); - font-weight: normal; - font-style: normal; -} -@font-face{ - font-family: 'Raleway'; - src: url('../fonts/raleway/Raleway-Regular.ttf'); -} \ No newline at end of file diff --git a/static/style.css b/static/style.css deleted file mode 100644 index aea871a..0000000 --- a/static/style.css +++ /dev/null @@ -1,13 +0,0 @@ -@font-face { - font-family: 'Harabara-Bold'; - src: url('fonts/webfonts_Harabara-Bold/Harabara-Bold.ttf.woff') format('woff'), - url('fonts/webfonts_Harabara-Bold/Harabara-Bold.ttf.svg#Harabara-Bold') format('svg'), - url('fonts/webfonts_Harabara-Bold/Harabara-Bold.ttf.eot'), - url('fonts/webfonts_Harabara-Bold/Harabara-Bold.eot?#iefix') format('embedded-opentype'); - font-weight: normal; - font-style: normal; -} -@font-face{ - font-family: 'Raleway'; - src: url('../fonts/raleway/Raleway-Regular.ttf'); -} \ No newline at end of file diff --git a/themes/notepadium/layouts/partials/style.html b/themes/notepadium/layouts/partials/style.html index ac25fba..071f6b8 100644 --- a/themes/notepadium/layouts/partials/style.html +++ b/themes/notepadium/layouts/partials/style.html @@ -78,5 +78,5 @@ {{- $coreCSS = slice $coreCSS ("" | resources.FromString "css/_core.css") | resources.Concat "css/core.css" -}} {{- $coreCSS = $coreCSS | resources.Minify | resources.Fingerprint "sha384" -}} - + \ No newline at end of file