feat: 1)add font source 2)add validator in ListItem 3)settings page ui optiminize

This commit is contained in:
Dean-YZG
2024-05-07 15:05:29 +08:00
parent 4e4431339f
commit 240d330001
16 changed files with 77 additions and 19 deletions

View File

@@ -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");
}
}