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 {
text-align: center;
background: black;

View File

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

View File

@ -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 {

View File

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

View File

@ -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%;

View File

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

View File

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