mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-07-19 02:55:33 -04:00
more small font tweaks (and weird encoding fixes)
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user