From 0131b126528070d2b2639ee544752cfc512e24ac Mon Sep 17 00:00:00 2001 From: ayham Date: Mon, 27 Dec 2021 19:16:11 +0300 Subject: [PATCH] fix? --- blog/style.css | 4 ++-- store/style.css | 4 ++-- style.css | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/blog/style.css b/blog/style.css index 4434b29..d0c59e5 100644 --- a/blog/style.css +++ b/blog/style.css @@ -12,10 +12,10 @@ --bg: rgba(0,0,0,0.4) ; --altbg: rgba(0,0,0,0.4) ; } -@font-face { font-family: code; src: url('font.woff'); font-display: swap; } +@font-face { font-family: courier; src: url('font.woff'); font-display: swap; } body { - font-family: code; + font-family: courier; background: linear-gradient(#000040, #000000) fixed ; margin-bottom: 100px; } diff --git a/store/style.css b/store/style.css index 4434b29..d0c59e5 100644 --- a/store/style.css +++ b/store/style.css @@ -12,10 +12,10 @@ --bg: rgba(0,0,0,0.4) ; --altbg: rgba(0,0,0,0.4) ; } -@font-face { font-family: code; src: url('font.woff'); font-display: swap; } +@font-face { font-family: courier; src: url('font.woff'); font-display: swap; } body { - font-family: code; + font-family: courier; background: linear-gradient(#000040, #000000) fixed ; margin-bottom: 100px; } diff --git a/style.css b/style.css index 4434b29..d0c59e5 100644 --- a/style.css +++ b/style.css @@ -12,10 +12,10 @@ --bg: rgba(0,0,0,0.4) ; --altbg: rgba(0,0,0,0.4) ; } -@font-face { font-family: code; src: url('font.woff'); font-display: swap; } +@font-face { font-family: courier; src: url('font.woff'); font-display: swap; } body { - font-family: code; + font-family: courier; background: linear-gradient(#000040, #000000) fixed ; margin-bottom: 100px; }