1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-11-18 00:00:48 -05:00

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

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;
}

View File

@@ -23,7 +23,7 @@ main#list {
li {
display: flex;
letter-spacing: -0.015em;
letter-spacing: -0.011em;
div.date {
color: $color-medium;

View File

@@ -129,6 +129,7 @@ main#single {
font-family: $system-fonts-monospace;
background: $color-super-light;
font-size: 0.9em;
letter-spacing: 0;
page-break-inside: avoid;
}

View File

@@ -17,7 +17,7 @@ main#video {
p {
font-size: 0.85em;
letter-spacing: -0.01em;
letter-spacing: -0.005em;
line-height: 1.5;
color: #777777;
margin: 1.25em;