From 0961c1da453e5866ef2d66cb434e0b089ea3eb4d Mon Sep 17 00:00:00 2001 From: Mystikfluu Date: Sun, 24 Jul 2022 10:18:39 +0200 Subject: [PATCH] move font family to global.css --- css/changePW.css | 4 ---- css/global.css | 4 ++++ css/logon.css | 5 ----- css/main.css | 1 - css/posts.css | 8 -------- css/search.css | 4 ---- css/style.css | 4 ---- 7 files changed, 4 insertions(+), 26 deletions(-) diff --git a/css/changePW.css b/css/changePW.css index 2423a87..0bc5495 100644 --- a/css/changePW.css +++ b/css/changePW.css @@ -1,7 +1,3 @@ -* { - font-family: Arial, Helvetica, sans-serif; -} - body { text-align: center; background: black; diff --git a/css/global.css b/css/global.css index fb180f1..b4467eb 100644 --- a/css/global.css +++ b/css/global.css @@ -6,6 +6,10 @@ --blue-ish: #587291; /* buttons etc */ } +* { + font-family: Arial, Helvetica, sans-serif; +} + html { scroll-behavior: smooth; } diff --git a/css/logon.css b/css/logon.css index 30a9c54..cc07fb0 100644 --- a/css/logon.css +++ b/css/logon.css @@ -16,7 +16,6 @@ header { } h1 { letter-spacing: 1.5vw; - font-family: 'system-ui'; text-transform: uppercase; text-align: center; } @@ -34,7 +33,6 @@ main { padding: 40px; border-radius: 8px; background-color: white; - font-family: 'system-ui'; box-shadow: 5px 5px 10px rgb(0,0,0,0.3); } .form_div { @@ -60,7 +58,6 @@ main { text-indent: 6px; margin-top: 10px; margin-bottom: 20px; - font-family: 'system-ui'; font-size: 0.9rem; letter-spacing: 2px; } @@ -69,7 +66,6 @@ main { border-radius: 5px; background-color: #FFE6D4; padding: 8px 20px; - font-family: 'system-ui'; text-transform: uppercase; letter-spacing: .8px; display: block; @@ -89,7 +85,6 @@ footer { } footer > p { text-align: center; - font-family: 'system-ui'; letter-spacing: 3px; } footer > p > a { diff --git a/css/main.css b/css/main.css index 1800290..f7e9b19 100644 --- a/css/main.css +++ b/css/main.css @@ -16,7 +16,6 @@ header { } h1 { letter-spacing: 1.5vw; - font-family: 'system-ui'; text-transform: uppercase; text-align: center; } diff --git a/css/posts.css b/css/posts.css index f58d951..cab2919 100644 --- a/css/posts.css +++ b/css/posts.css @@ -38,10 +38,6 @@ margin-left: 5px; } -.boticon { - -} - .mention { color: blue; } @@ -66,10 +62,6 @@ button { background-color: var(--blue-ish); } -* { - font-family: 'system-ui'; -} - .post,.self,.status { color: var(--text-color); width: 50%; diff --git a/css/search.css b/css/search.css index f3cce2c..55e5081 100644 --- a/css/search.css +++ b/css/search.css @@ -1,7 +1,3 @@ -* { - font-family: Arial, Helvetica, sans-serif; -} - body { background-color: black; color: black; diff --git a/css/style.css b/css/style.css index 8254d5b..b3eedcc 100644 --- a/css/style.css +++ b/css/style.css @@ -1,7 +1,3 @@ -* { - font-family: Arial, Helvetica, sans-serif; -} - body { background-color: black; color: black;