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; }