Apply Poppins font

This commit is contained in:
samaradel
2021-07-08 10:58:47 +02:00
parent 694ff7d8c9
commit d89970b8e7
5 changed files with 93 additions and 34 deletions

View File

@@ -7,6 +7,8 @@
font-display: swap;
}
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap");
blockquote {
@apply border-l;
@apply border-l-4;
@@ -23,10 +25,6 @@ body {
font-family: "Roboto", sans-serif;
}
body h2 {
font-family: "Roboto", sans-serif;
}
h1 {
font-family: "Roboto", sans-serif;
}
@@ -35,10 +33,6 @@ body {
padding-top: 60px;
}
body p {
font-family: "Roboto", sans-serif;
}
.act-link {
@apply bg-gray-300;
}