Inter font on AMP pages (and other small tweaks)

This commit is contained in:
2020-01-22 08:37:05 -05:00
parent 8c3fb6f50b
commit 602f8cc137
11 changed files with 57 additions and 25 deletions
+3 -4
View File
@@ -11,7 +11,7 @@ main#home {
margin: 0 0 0.6em 0;
font-size: 1.6em;
font-weight: 500;
letter-spacing: -0.015em;
letter-spacing: -0.014em;
line-height: 1.2;
}
@@ -19,13 +19,13 @@ main#home {
margin: 0.6em 0;
font-size: 1.3em;
font-weight: 400;
letter-spacing: -0.025em;
letter-spacing: -0.022em;
line-height: 1.4;
}
p {
margin: 0.8em 0;
letter-spacing: -0.02em;
letter-spacing: -0.018em;
line-height: 1.55;
}
@@ -34,7 +34,6 @@ main#home {
font-size: 0.5em;
letter-spacing: -0.005em;
line-height: 0;
margin-right: 0.1em;
position: relative;
vertical-align: middle;
}