chore: update font family

This commit is contained in:
Steven
2023-10-17 22:59:39 +08:00
parent a9ae7d2e96
commit c8869e67c7
4 changed files with 5 additions and 10 deletions

View File

@ -63,6 +63,7 @@ const WorkspaceSection: React.FC = () => {
<p className="mt-2 dark:text-gray-400">{t("settings.workspace.custom-style")}</p>
<Textarea
className="w-full mt-2"
placeholder="* {font-family: ui-monospace Monaco Consolas;}"
minRows={2}
maxRows={5}
value={workspaceSetting.customStyle}