Switch back to Didact Gothic ∵ better vibes

Didact Gothic works much better for author names, menus, etc. on
the website so we're sticking to it after all!
This commit is contained in:
Badri Sunderarajan 2021-12-09 18:58:58 +05:30
parent a536fbbbf9
commit ccca1670ee
3 changed files with 7 additions and 7 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -52,7 +52,7 @@ production stylesheet in assets/built/screen.css
*/
/* Fonts */
--font-sans-serif: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
--font-sans-serif: "Didact Gothic", "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
--font-serif: "Fanwood Text", "Crimson Text Regular", "Crimson Text", "Crimson Pro", Georgia, Times, serif;
--font-mono: Menlo, Courier, monospace;
--font-heading: "Abhaya Libre Extrabold", "Georgia Bold", "Georgia", Times, serif;
@ -820,7 +820,6 @@ body:not(.gh-head-open) .gh-burger:hover .gh-burger-inner::after {
.post-card-excerpt {
max-width: 56em;
color: black;
font-size: 1.4rem;
}
.post-card-excerpt p {
@ -832,6 +831,7 @@ body:not(.gh-head-open) .gh-burger:hover .gh-burger-inner::after {
word-break: break-word;
font-variant: small-caps;
letter-spacing: 1pt;
font-size: 1.8rem;
}
.post-card-meta {
@ -981,7 +981,7 @@ make sure this only happens on large viewports / desktop-ish devices.
.post-card-large .post-card-excerpt p {
margin-bottom: 1.5em;
font-size: 1.7rem;
font-size: 2rem;
line-height: 1.55em;
-webkit-line-clamp: 8;
}
@ -994,7 +994,7 @@ make sure this only happens on large viewports / desktop-ish devices.
}
.post-card-excerpt {
font-size: 1.4rem;
font-size: 1.6rem;
}
}
@ -1039,7 +1039,7 @@ make sure this only happens on large viewports / desktop-ish devices.
.article-excerpt {
margin: 0 0 1rem;
font-size: 2rem;
font-size: 2.2rem;
line-height: 1.4em;
font-variant: small-caps;
letter-spacing: 1pt;