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