feat: add font style setting (#3092)

This commit is contained in:
Qi
2023-07-07 19:59:38 +08:00
committed by GitHub
parent ce1e8d868c
commit b12412a3c1
5 changed files with 67 additions and 7 deletions
+1 -1
View File
@@ -36,7 +36,7 @@
"@radix-ui/react-toast": "^1.1.4",
"@toeverything/hooks": "workspace:*",
"@toeverything/plugin-infra": "workspace:*",
"@toeverything/theme": "^0.7.2",
"@toeverything/theme": "^0.7.4",
"@vanilla-extract/dynamic": "^2.0.3",
"clsx": "^1.2.1",
"dayjs": "^1.11.9",
+3 -1
View File
@@ -403,5 +403,7 @@
"Unpublished hint": "Once published to the web, visitors can view the contents through the provided link.",
"Members hint": "Manage members here, invite new member by email.",
"Workspace Settings with name": "{{name}}'s Settings",
"You can customize your workspace here.": "You can customise your workspace here."
"You can customize your workspace here.": "You can customise your workspace here.",
"Font Style": "Font Style",
"Choose your font style": "Choose your font style"
}