Switch to shared Kosmos font(s) #30

Merged
raucao merged 4 commits from feature/webfonts_open-sans into master 2021-02-25 17:11:40 +00:00
2 changed files with 10 additions and 16 deletions
Showing only changes of commit 682c78c7c3 - Show all commits

View File

@@ -18,7 +18,6 @@
}
h1 {
font-size: 1.8rem;
color: #fff;
span.project-name {
@@ -28,8 +27,7 @@
span.icon {
svg {
display: inline-block;
height: 1.8rem;
margin-top: -0.1rem;
height: 1.875rem;
vertical-align: top;
width: auto;
}
@@ -85,18 +83,6 @@ main {
margin: 3rem auto;
}
h2, h3 {
margin-bottom: 1.5em;
}
h2 {
font-size: 1.5rem;
}
h3 {
font-size: 1.25rem;
}
p {
line-height: 1.5rem;
margin-bottom: 1rem;

View File

@@ -8,6 +8,14 @@
}
h1 {
@apply uppercase;
@apply text-3xl uppercase;
}
h2 {
@apply text-2xl mb-8;
}
h3 {
@apply text-xl mb-6;
}
}