diff --git a/_layouts/default.html b/_layouts/default.html index 2193a49..9180122 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -34,7 +34,7 @@ diff --git a/css/skeleton.css b/css/skeleton.css index 905185a..e9cb561 100644 --- a/css/skeleton.css +++ b/css/skeleton.css @@ -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; } @@ -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; diff --git a/css/style.css b/css/style.css index fbc38a3..e7244fd 100644 --- a/css/style.css +++ b/css/style.css @@ -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; } @@ -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;