Changing fonts to Lato

This commit is contained in:
samaradel
2021-09-19 11:30:36 +02:00
parent 2cb45a0bd5
commit 07ead45e9d

View File

@@ -1,14 +1,4 @@
@font-face { @import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&display=swap');
font-family: "Roboto";
font-style: normal;
font-weight: 400;
src: url("https://fonts.googleapis.com/css2?family=Roboto");
font-display: swap;
}
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;600&display=swap');
blockquote { blockquote {
// @apply border-l; // @apply border-l;
@@ -23,49 +13,49 @@ blockquote {
} }
body { body {
font-family: "Roboto", sans-serif; font-family: "Lato", sans-serif;
} }
h1, h2 { h1, h2 {
font-family: "Roboto", sans-serif !important; font-family: "Lato", sans-serif !important;
} }
// tft page // tft page
.tft_section h1{ .tft_section h1{
font-family: 'Oswald', sans-serif !important; font-family: 'Lato', sans-serif !important;
font-size: 5rem; font-size: 5rem;
} }
.tft_section h2{ .tft_section h2{
font-family: 'Oswald', sans-serif !important; font-family: 'Lato', sans-serif !important;
font-size: 4rem; font-size: 4rem;
} }
.tft_section2 h2{ .tft_section2 h2{
font-family: 'Oswald', sans-serif !important; font-family: 'Lato', sans-serif !important;
} }
.tft_section h3{ .tft_section h3{
font-family: 'Oswald', sans-serif !important; font-family: 'Lato', sans-serif !important;
font-size: 3rem; font-size: 3rem;
} }
.tft_subtitle{ .tft_subtitle{
font-family: 'Oswald', sans-serif; font-family: 'Lato', sans-serif;
font-weight: 400 !important; font-weight: 400 !important;
} }
.post-card-excerpt, .post-card-excerpt,
.post-content-text { .post-content-text {
font-family: "Poppins", sans-serif !important; font-family: "Lato", sans-serif !important;
line-height: 1.7; line-height: 1.7;
} }
.post-content-text h2 { .post-content-text h2 {
font-family: "Poppins", sans-serif !important; font-family: "Lato", sans-serif !important;
line-height: 1.5; line-height: 1.5;
} }
@@ -189,7 +179,7 @@ button:focus {
.text-8xl { .text-8xl {
font-size: 5rem; font-size: 5rem;
line-height: 1; line-height: 1;
font-family: "Roboto", sans-serif !important; font-family: "Lato", sans-serif !important;
} }
.text-9xl { .text-9xl {
@@ -199,11 +189,11 @@ button:focus {
} }
.text-6xl { .text-6xl {
font-family: "Roboto", sans-serif !important; font-family: "Lato", sans-serif !important;
} }
.text-5xl { .text-5xl {
font-family: "Roboto", sans-serif !important; font-family: "Lato", sans-serif !important;
} }
@media (min-width: 375px) { @media (min-width: 375px) {