From 9c7afc7dcf7d01b21119f1e6404d23df2cba4351 Mon Sep 17 00:00:00 2001 From: Dan Birman Date: Fri, 2 Feb 2024 08:01:59 -0800 Subject: [PATCH] feat: improving fonts --- index.html | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/index.html b/index.html index 42133c2..c8871d0 100644 --- a/index.html +++ b/index.html @@ -49,6 +49,16 @@ margin-bottom: 20px; } + #dataTable th { + font-family: 'Josefin Sans', sans-serif; + font-weight: 500; /* Make it bold */ + } + + #dataTable td { + font-family: 'Josefin Sans', sans-serif; + font-weight: 300; /* Make it thin */ + } + .buttonContainer { position: absolute; bottom: 0;