From fd21a3a9245d7a6556597955100ce025716ccfe4 Mon Sep 17 00:00:00 2001 From: kurets Date: Sat, 27 May 2023 20:25:29 +0300 Subject: [PATCH] change the font again --- public/style.css | 2 +- static/style.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/public/style.css b/public/style.css index 39302658..1a6f4a96 100644 --- a/public/style.css +++ b/public/style.css @@ -36,7 +36,7 @@ body { - font-family: Arial, Helvetica, sans-serif; + font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; /* 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif */ background: var(--bg); /* color: rgb(143, 185, 58) ; */ color: var(--fg); diff --git a/static/style.css b/static/style.css index 39302658..1a6f4a96 100644 --- a/static/style.css +++ b/static/style.css @@ -36,7 +36,7 @@ body { - font-family: Arial, Helvetica, sans-serif; + font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; /* 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif */ background: var(--bg); /* color: rgb(143, 185, 58) ; */ color: var(--fg);