1
1
mirror of https://github.com/renbaoshuo/S2OJ.git synced 2025-04-21 11:04:36 +00:00

feat: bs5 username font-family

This commit is contained in:
Baoshuo Ren 2022-09-23 21:53:29 +08:00
parent f75752397f
commit d8f6ffb582
Signed by: baoshuo
GPG Key ID: 00CB9680AB29F51A

@ -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';
}