Update font, some cleanup

This commit is contained in:
2024-10-28 13:24:41 +00:00
parent 4578d6f9f2
commit bdcc7cea6a
4 changed files with 59 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
/* Defaults */
:root {
--font-family: -apple-system, system-ui, sans-serif;
--font-family: Roboto, -apple-system, system-ui, sans-serif;
--font-family-monospace: Consolas, Menlo, Monaco, Andale Mono WT, Andale Mono, Lucida Console, Lucida Sans Typewriter, DejaVu Sans Mono, Bitstream Vera Sans Mono, Liberation Mono, Nimbus Mono L, Courier New, Courier, monospace;
}
@@ -57,7 +57,7 @@ html {
overflow-y: scroll;
}
body {
max-width: 40em;
max-width: 60em;
}
/* https://www.a11yproject.com/posts/how-to-hide-content/ */
@@ -220,6 +220,7 @@ header {
}
.postlist-date {
word-spacing: -0.5px;
flex-basis: 100%;
}
.postlist-link {
font-size: 1.1875em; /* 19px /16 */