diff --git a/src/pages/reads.astro b/src/pages/reads.astro new file mode 100644 index 0000000..dc4c491 --- /dev/null +++ b/src/pages/reads.astro @@ -0,0 +1,79 @@ +--- +import BaseHead from "../components/BaseHead.astro"; +--- + + + + + + + +
+
+

+ Kenneth's Reads +

+

+ Quotes and notes from my readings. +

+
+ +
+
+
+
+

Now Reading

+
+
+ +
+

The Creative Act

+
+ +
+

+

+ The Creative Act +

+
+

+ Practicing a way of being that allows you to see the world through + uncorrupted, innocent eyes can free you to act in concert with the + universe's timetable. +

+ +

+ All Books +

+ +
+ + diff --git a/src/styles/global.css b/src/styles/global.css index c6ab10e..4892cf2 100644 --- a/src/styles/global.css +++ b/src/styles/global.css @@ -1,5 +1,6 @@ @import "tailwindcss"; @import "@catppuccin/tailwindcss/mocha.css"; +@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap"); @plugin "@tailwindcss/typography"; @@ -84,6 +85,10 @@ body.blog { font-family: "Source Serif 4", "Georgia", serif; } +body.reads * { + font-family: "Inter", sans-serif; +} + .nf { font-family: "NerdFont"; }