Fix font awesome styles

This commit is contained in:
samaradel
2022-02-23 13:26:38 +02:00
parent 1ee52076dd
commit d7e6bc00f4

View File

@@ -1,4 +1,5 @@
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&display=swap');
@import "@fortawesome/fontawesome-svg-core/styles.css";
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&display=swap");
blockquote {
// @apply border-l;
@@ -16,36 +17,35 @@ body {
font-family: "Lato", sans-serif;
}
h1, h2 {
h1,
h2 {
font-family: "Lato", sans-serif !important;
}
// tft page
.tft_section h1 {
font-family: 'Lato', sans-serif !important;
font-family: "Lato", sans-serif !important;
font-size: 5rem;
}
.tft_section h2 {
font-family: 'Lato', sans-serif !important;
font-family: "Lato", sans-serif !important;
font-size: 4rem;
}
.tft_section2 h2 {
font-family: 'Lato', sans-serif !important;
font-family: "Lato", sans-serif !important;
}
.tft_section h3 {
font-family: 'Lato', sans-serif !important;
font-family: "Lato", sans-serif !important;
font-size: 3rem;
}
.tft_subtitle {
font-family: 'Lato', sans-serif;
font-family: "Lato", sans-serif;
font-weight: 400 !important;
}
.post-card-excerpt,
@@ -63,7 +63,6 @@ body {
padding-top: 60px;
}
.act-link {
@apply bg-gray-300;
}
@@ -185,7 +184,6 @@ button:focus {
.text-9xl {
font-size: 7rem;
line-height: 1;
}
.text-6xl {
@@ -203,7 +201,6 @@ button:focus {
}
@media (max-width: 480px) {
.tft_section h1 {
font-size: 4rem;
}
@@ -212,7 +209,6 @@ button:focus {
}
.text-9xl {
font-size: 3rem;
}
}