From 21a2a504ac8d2eb712937877c05c815237481fe1 Mon Sep 17 00:00:00 2001 From: naoufal zerai Date: Fri, 19 Aug 2022 22:21:27 -0400 Subject: [PATCH] fix the fucking font's path --- public/style.css | 13 ------------- static/style.css | 13 ------------- themes/notepadium/layouts/partials/style.html | 2 +- 3 files changed, 1 insertion(+), 27 deletions(-) delete mode 100644 public/style.css delete mode 100644 static/style.css 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