Skip to content

Commit 41b4dda

Browse files
committed
chore: notes update and tweak font CSS order
1 parent e01f326 commit 41b4dda

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.notes/todo.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,5 @@
3535
- [ ] get rid of ugly typecasts and disorganized logic in the metadata helpers
3636
- [ ] metadata q's- should I use Author instead of Person? Should I use Person on about page? add date updated to schema? use categories there too? etc.
3737
- [ ] container style -> root
38-
- [ ] get initial load for color mode to be even smoother. maybe make it work even if JS is inactive? fix the occasional hydration error that appears?
38+
- [ ] get initial load for color mode to be even smoother. maybe make it work even if JS is inactive? fix the hydration error that appears?
39+
- [ ] figure out what to do with font flash. tune Georgia to match widths of Orpheus?

src/app/layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,11 +76,11 @@ export default function RootLayout({
7676
<html lang="en">
7777
<head>
7878
<script>{VIRIDITAS_COLOR_MODE_SNIPPET}</script>
79+
<link rel="stylesheet" href="https://use.typekit.net/isa7scp.css" />
7980
<link
8081
rel="stylesheet"
8182
href="https://unpkg.com/dracula-prism/dist/css/dracula-prism.css"
8283
/>
83-
<link rel="stylesheet" href="https://use.typekit.net/isa7scp.css" />
8484
</head>
8585
<body>
8686
<GlobalProviders>

0 commit comments

Comments
 (0)