update css for header

This commit is contained in:
2021-08-16 08:38:12 +00:00
parent a1e5da093e
commit f87e507ad8
3 changed files with 29 additions and 11 deletions

View File

@@ -7,6 +7,8 @@
}
@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 {
// @apply border-l;
@@ -28,6 +30,16 @@ h1, h2 {
font-family: "Roboto", sans-serif !important;
}
.tft_section h2{
font-family: 'Oswald', sans-serif !important;
}
.tft_subtitle{
font-family: 'Oswald', sans-serif;
font-weight: 400 !important;
}
.post-card-excerpt,
.post-content-text {
font-family: "Poppins", sans-serif !important;