Replace Poppins and Questrial fonts with Asap and Asap Condensed

This commit is contained in:
K4USTU3H 2019-12-08 19:25:29 +05:30
parent ebb5785ea0
commit 723c6925ed
1 changed files with 17 additions and 15 deletions

View File

@ -1,5 +1,5 @@
@import url("https://fonts.googleapis.com/css?family=Poppins"); @import url("https://fonts.googleapis.com/css?family=Asap");
@import url("https://fonts.googleapis.com/css?family=Questrial"); @import url('https://fonts.googleapis.com/css?family=Asap+Condensed');
body { body {
margin: 0%; margin: 0%;
@ -10,7 +10,7 @@ body {
max-width: 100vw; max-width: 100vw;
overflow-x: hidden; overflow-x: hidden;
align-items: center; align-items: center;
font-family: "Poppins", sans-serif; font-family: "Asap", sans-serif;
} }
#loading { #loading {
@ -76,7 +76,7 @@ body {
font-size: 50px; font-size: 50px;
color: var(--text-color); color: var(--text-color);
font-weight: bold; font-weight: bold;
font-family: "Questrial", sans-serif; font-family: "Asap", sans-serif;
} }
.emoji { .emoji {
@ -95,18 +95,18 @@ body {
#username_blog { #username_blog {
font-size: 18px; font-size: 18px;
color: var(--text-color); color: var(--text-color);
font-family: "Poppins", sans-serif; font-family: "Asap Condensed", sans-serif;
font-weight: bold; font-weight: bold;
} }
#username_blog span { #username_blog span {
font-size: 24px; font-size: 24px;
font-family: "Questrial", sans-serif !important; font-family: "Asap Condensed", sans-serif !important;
} }
#username_blog b { #username_blog b {
font-size: 12px; font-size: 12px;
font-family: "Poppins", sans-serif; font-family: "Asap Condensed", sans-serif;
font-weight: bold; font-weight: bold;
} }
@ -150,7 +150,7 @@ body {
font-size: 50px; font-size: 50px;
color: var(--text-color); color: var(--text-color);
font-weight: bold; font-weight: bold;
font-family: "Questrial", sans-serif; font-family: "Asap", sans-serif;
} }
#blog-display h2 { #blog-display h2 {
@ -159,7 +159,7 @@ body {
#blog-display { #blog-display {
padding: 1vh 0px; padding: 1vh 0px;
font-family: "Questrial", sans-serif; font-family: "Asap", sans-serif;
} }
#blog p { #blog p {
@ -205,7 +205,7 @@ body {
#footer_blog a { #footer_blog a {
color: var(--text-color) !important; color: var(--text-color) !important;
text-decoration: none; text-decoration: none;
font-family: "Questrial", sans-serif; font-family: "Asap", sans-serif;
font-weight: bold; font-weight: bold;
} }
@ -218,7 +218,7 @@ body {
#footer a { #footer a {
color: var(--text-color) !important; color: var(--text-color) !important;
text-decoration: none; text-decoration: none;
font-family: "Questrial", sans-serif; font-family: "Asap", sans-serif;
font-weight: bold; font-weight: bold;
} }
@ -242,21 +242,23 @@ body {
#username { #username {
font-size: 18px; font-size: 18px;
font-weight: bold; font-weight: bold;
font-family: "Asap Condensed", sans-serif;
} }
#username span { #username span {
font-size: 24px; font-size: 24px;
font-family: "Asap Condensed", sans-serif;
} }
#userbio { #userbio {
font-size: 26px; font-size: 26px;
font-family: "Questrial", sans-serif; font-family: "Asap", sans-serif;
width: 100%; width: 100%;
} }
#about { #about {
font-size: 18px; font-size: 18px;
font-family: "Questrial", sans-serif; font-family: "Asap", sans-serif;
} }
#about a, #about a,
@ -333,7 +335,7 @@ body {
.about_section { .about_section {
font-size: 18px; font-size: 18px;
font-family: "Questrial", sans-serif; font-family: "Asap", sans-serif;
margin: 2vh 0px; margin: 2vh 0px;
font-weight: bold; font-weight: bold;
word-wrap: break-word; word-wrap: break-word;
@ -544,4 +546,4 @@ body {
::-webkit-scrollbar-thumb { ::-webkit-scrollbar-thumb {
background: var(--text-color); background: var(--text-color);
} }