diff --git a/blog/font.woff b/blog/courier.woff similarity index 100% rename from blog/font.woff rename to blog/courier.woff diff --git a/blog/style.css b/blog/style.css index d0c59e5..156f62a 100644 --- a/blog/style.css +++ b/blog/style.css @@ -12,7 +12,7 @@ --bg: rgba(0,0,0,0.4) ; --altbg: rgba(0,0,0,0.4) ; } -@font-face { font-family: courier; src: url('font.woff'); font-display: swap; } +@font-face { font-family: courier; src: url('courier.woff'); font-display: swap; } body { font-family: courier; diff --git a/font.woff b/courier.woff similarity index 100% rename from font.woff rename to courier.woff diff --git a/store/font.woff b/store/courier.woff similarity index 100% rename from store/font.woff rename to store/courier.woff diff --git a/store/style.css b/store/style.css index d0c59e5..156f62a 100644 --- a/store/style.css +++ b/store/style.css @@ -12,7 +12,7 @@ --bg: rgba(0,0,0,0.4) ; --altbg: rgba(0,0,0,0.4) ; } -@font-face { font-family: courier; src: url('font.woff'); font-display: swap; } +@font-face { font-family: courier; src: url('courier.woff'); font-display: swap; } body { font-family: courier; diff --git a/style.css b/style.css index d0c59e5..156f62a 100644 --- a/style.css +++ b/style.css @@ -12,7 +12,7 @@ --bg: rgba(0,0,0,0.4) ; --altbg: rgba(0,0,0,0.4) ; } -@font-face { font-family: courier; src: url('font.woff'); font-display: swap; } +@font-face { font-family: courier; src: url('courier.woff'); font-display: swap; } body { font-family: courier;