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

switch main font to the beautiful Inter – https://rsms.me/inter/

This commit is contained in:
2020-01-21 23:55:51 -05:00
committed by GitHub
parent 3e65bd1f8d
commit 8c3fb6f50b
33 changed files with 61 additions and 49 deletions

View File

@@ -11,6 +11,7 @@ main#home {
margin: 0 0 0.6em 0;
font-size: 1.6em;
font-weight: 500;
letter-spacing: -0.015em;
line-height: 1.2;
}
@@ -18,16 +19,20 @@ main#home {
margin: 0.6em 0;
font-size: 1.3em;
font-weight: 400;
letter-spacing: -0.025em;
line-height: 1.4;
}
p {
margin: 0.8em 0;
letter-spacing: -0.02em;
line-height: 1.55;
}
sup {
top: -0.5em;
font-size: 0.5em;
letter-spacing: -0.005em;
line-height: 0;
margin-right: 0.1em;
position: relative;

View File

@@ -7,10 +7,11 @@ main#list {
margin: 0 auto;
section.year {
font-size: 1.1em;
font-size: 1.05em;
h2 {
font-size: 1.8em;
font-size: 2.25em;
letter-spacing: -0.025em;
margin: 0;
}
@@ -22,6 +23,7 @@ main#list {
li {
display: flex;
letter-spacing: -0.015em;
div.date {
color: $color-medium;

View File

@@ -9,6 +9,7 @@ main#single {
article div {
&#content {
font-weight: 400;
letter-spacing: -0.011em;
line-height: 1.7;
h1,

View File

@@ -8,6 +8,7 @@ main#video {
h1 {
margin-top: 0;
letter-spacing: -0.005em;
a {
color: inherit;
@@ -16,6 +17,7 @@ main#video {
p {
font-size: 0.85em;
letter-spacing: -0.01em;
line-height: 1.5;
color: #777777;
margin: 1.25em;