diff --git a/webapi/public/css/fonts.css b/webapi/public/css/fonts.css index 8a28ff9..38a2869 100644 --- a/webapi/public/css/fonts.css +++ b/webapi/public/css/fonts.css @@ -53,11 +53,9 @@ } html, body { - /* use !important to prevent issues with browser extensions that change fonts */ - font-family: "vspd", "Verdana", "sans-serif" !important; + font-family: "vspd", "Verdana", sans-serif; } pre, code, .code { - /* use !important to prevent issues with browser extensions that change fonts */ - font-family: "vspd-code", "Courier New", "monospace" !important; + font-family: "vspd-code", "Courier New", monospace; }