Compare commits

...

8 Commits

Author SHA1 Message Date
Daniel Chen
905e2e9808 Merge remote-tracking branch 'origin/master' into typography 2024-11-14 17:10:56 -05:00
eggy
9e4c3122f6 feat: add domine 2024-04-15 23:43:55 -04:00
eggy
bdecaf8c0b Merge branch 'master' into typography 2024-04-15 23:32:24 -04:00
eggy
29cb8010c3 chore: move styling from app to static scss 2023-02-25 11:55:51 -05:00
eggy
3f00ab309f feat: remove typography
use scss instead
2023-02-25 11:55:20 -05:00
eggy
321fbb46d5 feat: incl list items 2023-01-28 16:49:20 -05:00
eggy
07b480b4bd feat: copy fasterthanlime headers 2023-01-28 16:42:39 -05:00
eggy
988b078fe2 feat: make body text easier to read
make it like medium
2023-01-28 16:34:05 -05:00
4 changed files with 1806 additions and 1506 deletions

View File

@ -1,4 +1,4 @@
@import url("https://fonts.googleapis.com/css2?family=Bitter:wght@300;400;600;700;800;900&display=swap"); @import url("https://fonts.googleapis.com/css2?family=Bitter:wght@300;400;600;700;800;900&family=Domine:wght@400..700&&display=swap");
@mixin headings { @mixin headings {
h1, h1,
@ -42,11 +42,13 @@ main {
font-family: Bitter, ui-sans-serif, system-ui, -apple-system, font-family: Bitter, ui-sans-serif, system-ui, -apple-system,
BlinkMacSystemFont, "Segoe UI", Roboto, "Open Sans", "Helvetica Neue", BlinkMacSystemFont, "Segoe UI", Roboto, "Open Sans", "Helvetica Neue",
sans-serif; sans-serif;
font-optical-sizing: auto;
} }
.text-article { .text-article {
font-family: "Source Serif Pro", serif; font-family: "Domine", serif;
line-height: 1.8; line-height: 1.8;
color: #111; font-size: 1.1rem;
font-size: 1.25rem; font-weight: 500;
color: var(--text-color);
} }

View File

@ -19,4 +19,8 @@
a:hover { a:hover {
@apply hover:text-blue-700 dark:hover:text-blue-400; @apply hover:text-blue-700 dark:hover:text-blue-400;
} }
p {
@apply text-article;
}
} }

View File

@ -86,7 +86,7 @@ html.dark::before {
main { main {
width: 80%; width: 80%;
max-width: 60rem; max-width: 90ch;
margin: auto; margin: auto;
padding-top: 2rem; padding-top: 2rem;
} }

3296
yarn.lock

File diff suppressed because it is too large Load Diff