This commit is contained in:
Harivansh Rathi 2026-03-25 16:02:49 -04:00
parent bc43b5878b
commit 8679c56d2f

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-face {
font-family: "Berkeley Mono"; font-family: "Berkeley Mono";
src: url("https://www.barrettruth.com/fonts/berkeley-mono/BerkeleyMono-Regular.ttf") src: url("https://www.barrettruth.com/fonts/berkeley-mono/BerkeleyMono-Regular.ttf")
@ -35,7 +37,7 @@
html, html,
body { body {
font-family: "Berkeley Mono", monospace; font-family: "Manrope", sans-serif;
line-height: 1.65; line-height: 1.65;
color: #1a1a1a; color: #1a1a1a;
background: #f5f5f5; background: #f5f5f5;