From 8679c56d2f4718e7c5b7d3c3083fbe090bbd13d7 Mon Sep 17 00:00:00 2001 From: Harivansh Rathi Date: Wed, 25 Mar 2026 16:02:49 -0400 Subject: [PATCH] font --- site/src/styles/base.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/site/src/styles/base.css b/site/src/styles/base.css index 84abc45..86fd6a8 100644 --- a/site/src/styles/base.css +++ b/site/src/styles/base.css @@ -1,3 +1,5 @@ +@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@300;400;500;700&display=swap"); + @font-face { font-family: "Berkeley Mono"; src: url("https://www.barrettruth.com/fonts/berkeley-mono/BerkeleyMono-Regular.ttf") @@ -35,7 +37,7 @@ html, body { - font-family: "Berkeley Mono", monospace; + font-family: "Manrope", sans-serif; line-height: 1.65; color: #1a1a1a; background: #f5f5f5;