feat: Add GeistMono Nerd Font to available mono font options (#13720)
This commit is contained in:
parent
eb553f53ac
commit
985c2a3d15
19 changed files with 25 additions and 0 deletions
|
|
@ -128,6 +128,7 @@ export const SettingsGeneral: Component = () => {
|
|||
{ value: "roboto-mono", label: "font.option.robotoMono" },
|
||||
{ value: "source-code-pro", label: "font.option.sourceCodePro" },
|
||||
{ value: "ubuntu-mono", label: "font.option.ubuntuMono" },
|
||||
{ value: "geist-mono", label: "font.option.geistMono" },
|
||||
] as const
|
||||
const fontOptionsList = [...fontOptions]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue