move font family to global.css

This commit is contained in:
Mystikfluu 2022-07-24 10:18:39 +02:00
parent 83d0512fbd
commit 0961c1da45
7 changed files with 4 additions and 26 deletions

View File

@ -1,7 +1,3 @@
* {
font-family: Arial, Helvetica, sans-serif;
}
body { body {
text-align: center; text-align: center;
background: black; background: black;

View File

@ -6,6 +6,10 @@
--blue-ish: #587291; /* buttons etc */ --blue-ish: #587291; /* buttons etc */
} }
* {
font-family: Arial, Helvetica, sans-serif;
}
html { html {
scroll-behavior: smooth; scroll-behavior: smooth;
} }

View File

@ -16,7 +16,6 @@ header {
} }
h1 { h1 {
letter-spacing: 1.5vw; letter-spacing: 1.5vw;
font-family: 'system-ui';
text-transform: uppercase; text-transform: uppercase;
text-align: center; text-align: center;
} }
@ -34,7 +33,6 @@ main {
padding: 40px; padding: 40px;
border-radius: 8px; border-radius: 8px;
background-color: white; background-color: white;
font-family: 'system-ui';
box-shadow: 5px 5px 10px rgb(0,0,0,0.3); box-shadow: 5px 5px 10px rgb(0,0,0,0.3);
} }
.form_div { .form_div {
@ -60,7 +58,6 @@ main {
text-indent: 6px; text-indent: 6px;
margin-top: 10px; margin-top: 10px;
margin-bottom: 20px; margin-bottom: 20px;
font-family: 'system-ui';
font-size: 0.9rem; font-size: 0.9rem;
letter-spacing: 2px; letter-spacing: 2px;
} }
@ -69,7 +66,6 @@ main {
border-radius: 5px; border-radius: 5px;
background-color: #FFE6D4; background-color: #FFE6D4;
padding: 8px 20px; padding: 8px 20px;
font-family: 'system-ui';
text-transform: uppercase; text-transform: uppercase;
letter-spacing: .8px; letter-spacing: .8px;
display: block; display: block;
@ -89,7 +85,6 @@ footer {
} }
footer > p { footer > p {
text-align: center; text-align: center;
font-family: 'system-ui';
letter-spacing: 3px; letter-spacing: 3px;
} }
footer > p > a { footer > p > a {

View File

@ -16,7 +16,6 @@ header {
} }
h1 { h1 {
letter-spacing: 1.5vw; letter-spacing: 1.5vw;
font-family: 'system-ui';
text-transform: uppercase; text-transform: uppercase;
text-align: center; text-align: center;
} }

View File

@ -38,10 +38,6 @@
margin-left: 5px; margin-left: 5px;
} }
.boticon {
}
.mention { .mention {
color: blue; color: blue;
} }
@ -66,10 +62,6 @@ button {
background-color: var(--blue-ish); background-color: var(--blue-ish);
} }
* {
font-family: 'system-ui';
}
.post,.self,.status { .post,.self,.status {
color: var(--text-color); color: var(--text-color);
width: 50%; width: 50%;

View File

@ -1,7 +1,3 @@
* {
font-family: Arial, Helvetica, sans-serif;
}
body { body {
background-color: black; background-color: black;
color: black; color: black;

View File

@ -1,7 +1,3 @@
* {
font-family: Arial, Helvetica, sans-serif;
}
body { body {
background-color: black; background-color: black;
color: black; color: black;