From 8e33d86d2735476ebabc7878af3d27c41b856ad6 Mon Sep 17 00:00:00 2001 From: Elizabeth Hunt Date: Thu, 2 Jan 2025 20:23:37 -0800 Subject: add static js --- template/static/css/styles.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'template/static/css/styles.css') diff --git a/template/static/css/styles.css b/template/static/css/styles.css index 6252898..f5d4f78 100644 --- a/template/static/css/styles.css +++ b/template/static/css/styles.css @@ -2,12 +2,17 @@ @import "/static/css/form.css"; @import "/static/css/table.css"; +@font-face { + font-family: 'GeistMono'; + src: url('/static/fonts/GeistMono-Medium.ttf') format('truetype'); +} + * { box-sizing: border-box; color: var(--text-color); + font-family: GeistMono; } body { - font-family: "Roboto", sans-serif; background-color: var(--background-color); } -- cgit v1.2.3-70-g09d2