From 988b078fe2db181aebfc4cb04210047f64dad634 Mon Sep 17 00:00:00 2001 From: eggy Date: Sat, 28 Jan 2023 16:34:05 -0500 Subject: [PATCH] feat: make body text easier to read make it like medium --- app.vue | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/app.vue b/app.vue index c2212ae..d9f1af1 100644 --- a/app.vue +++ b/app.vue @@ -68,5 +68,11 @@ div#__nuxt { a:hover { @apply hover:text-blue-700 dark:hover:text-blue-400; } + p { + font-family: "Source Serif Pro", serif; + line-height: 1.8; + color: #111; + font-size: 1.25rem; + } }