This commit is contained in:
Harivansh Rathi 2026-03-25 16:02:49 -04:00 committed by Hari
parent e3c96878b1
commit 9a178e0b3a

View file

@ -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;