diff --git a/public/style.css b/public/style.css index d3aa017f..39302658 100644 --- a/public/style.css +++ b/public/style.css @@ -36,7 +36,7 @@ body { - font-family: sans-serif; + font-family: Arial, Helvetica, sans-serif; background: var(--bg); /* color: rgb(143, 185, 58) ; */ color: var(--fg); diff --git a/static/style.css b/static/style.css index d3aa017f..39302658 100644 --- a/static/style.css +++ b/static/style.css @@ -36,7 +36,7 @@ body { - font-family: sans-serif; + font-family: Arial, Helvetica, sans-serif; background: var(--bg); /* color: rgb(143, 185, 58) ; */ color: var(--fg);