From d050cc042ca133e3f70a6ad293be415d54e8331b Mon Sep 17 00:00:00 2001 From: Aaron Lee Date: Mon, 4 Oct 2021 19:13:17 +0800 Subject: [PATCH] Remove font-weight 900 --- static/allpages.css | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/static/allpages.css b/static/allpages.css index 372ca1e..53aa4bb 100644 --- a/static/allpages.css +++ b/static/allpages.css @@ -5,11 +5,6 @@ body { font-family: "Lato", "Noto Sans TC", "Microsoft JhengHei", "sans-serif"; } -select option { - font-family: "Font Awesome 5 Free", "Lato", "Noto Sans TC", "Microsoft JhengHei", "sans-serif"; - font-weight: 900; -} - div.col .row .col { border: 1px solid black; display: inline-block; @@ -174,4 +169,4 @@ label { #chgPasswordForm .form-group { margin-bottom: 0 !important; -} \ No newline at end of file +}