From d8f6ffb582d40541ecd2c603a532b14aadb8b8ea Mon Sep 17 00:00:00 2001 From: Baoshuo Date: Fri, 23 Sep 2022 21:53:29 +0800 Subject: [PATCH] feat: bs5 username font-family --- web/css/uoj-bs5.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/web/css/uoj-bs5.css b/web/css/uoj-bs5.css index 400afd8..222423a 100644 --- a/web/css/uoj-bs5.css +++ b/web/css/uoj-bs5.css @@ -1,4 +1,7 @@ .uoj-username { font-weight: 800; text-decoration: none; + font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, + 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', + 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'; }