mirror of
https://github.com/Yidadaa/ChatGPT-Next-Web.git
synced 2025-09-06 16:06:59 +08:00
feat: 1)add font source 2)add validator in ListItem 3)settings page ui optiminize
This commit is contained in:
@@ -13,6 +13,9 @@
|
||||
font-feature-settings:
|
||||
"clig" off,
|
||||
"liga" off;
|
||||
src: url(/fonts/Roboto.woff2) format("woff2");
|
||||
src:
|
||||
url("../fonts/Satoshi-Variable.woff2") format("woff2"),
|
||||
url("../fonts/Satoshi-Variable.woff") format("woff"),
|
||||
url("../fonts/Satoshi-Variable.ttf") format("truetype");
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user