1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-19 08:15:32 -04:00

more small font tweaks (and weird encoding fixes)

This commit is contained in:
2020-01-22 09:47:48 -05:00
parent 90d5321c80
commit 671ca250cc
12 changed files with 52 additions and 36 deletions

View File

@@ -54,6 +54,9 @@
body {
font-family: "Inter", sans-serif;
font-feature-settings: "kern", "liga", "calt", "clig", "ss01";
font-kerning: normal;
font-variant-ligatures: normal;
letter-spacing: -0.011em;
background: #ffffff;
color: #222222;
@@ -67,6 +70,9 @@
margin: 0.75em auto;
border: 1px solid #dddddd;
}
strong {
letter-spacing: 0.001em;
}
blockquote {
border-left: 5px solid #0e6dc2;
margin-left: 0.5em;
@@ -78,7 +84,7 @@
}
h1.title {
text-align: center;
font-size: 2.2em;
font-size: 2em;
line-height: 1.3;
margin-top: 0.6em;
margin-bottom: 0.25em;
@@ -118,7 +124,7 @@
display: flex;
align-items: center;
color: #333333;
padding: 10px 0;
padding: 12px 0;
}
nav a#logo svg {
height: 45px;
@@ -126,7 +132,7 @@
}
nav a#logo span {
margin-left: 16px;
font-size: 1.5em;
font-size: 1.35em;
font-weight: 500;
}
nav ul {