Skip to content

Commit

Permalink
Tweak fonts.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim Vallandingham authored and Jim Vallandingham committed May 7, 2021
1 parent feef97a commit 441cc5a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 19 deletions.
2 changes: 1 addition & 1 deletion _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

<link rel="preconnect" href="https://fonts.gstatic.com" />
<link
href="https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@700&family=Karla:ital,wght@0,300;0,400;0,700;1,400;1,700&display=swap"
href="https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,300;0,400;0,700;1,400&display=swap"
rel="stylesheet"
/>

Expand Down
8 changes: 4 additions & 4 deletions css/skeleton.css
Original file line number Diff line number Diff line change
Expand Up @@ -189,9 +189,8 @@ body {
font-size: 1.5em; /* currently ems cause chrome bug misinterpreting rems on body element */
line-height: 1.6;
font-weight: 400;
font-family: Karla, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue",
sans-serif;
font-family: "IBM Plex Sans", -apple-system, BlinkMacSystemFont,
"Helvetica Neue", sans-serif;
color: #222;
}

Expand All @@ -203,9 +202,10 @@ h3,
h4,
h5,
h6 {
font-weight: bold;
letter-spacing: 0.035em;
margin-top: 0;
margin-bottom: 2rem;
font-weight: 300;
}
h1 {
font-size: 4rem;
Expand Down
19 changes: 5 additions & 14 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ a img {
}

.post-date {
font-family: Helvetica, "Helvetica Neue", sans-serif;
/* font-family: Helvetica, "Helvetica Neue", sans-serif; */
font-weight: 300;
}

Expand Down Expand Up @@ -210,25 +210,16 @@ a img {
padding-top: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
font-family: "IBM Plex Sans", -apple-system, BlinkMacSystemFont, "Segoe UI",
Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans",
"Helvetica Neue", sans-serif;
font-weight: bold;
letter-spacing: 0.035em;
}

.post {
font-size: 1.8rem;
line-height: 1.7;
max-width: 860px;
}

.section {
font-size: 1.8rem;
}

.center {
display: block;
margin: auto;
Expand Down

0 comments on commit 441cc5a

Please sign in to comment.