From 2b283cf12730a621dfd4ab4d9433e89cab6e9a0b Mon Sep 17 00:00:00 2001 From: Daniil Antoshin Date: Tue, 11 Aug 2026 08:55:20 +0200 Subject: [PATCH] feat(settings): offer the bundled font list for the UI font too The UI font dropdown had only Default and Custom left after Inter was dropped; it now lists the same bundled families as the code font. Signed-off-by: Daniil Antoshin --- src/components/Settings.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/Settings.tsx b/src/components/Settings.tsx index fbe4847..436e11b 100644 --- a/src/components/Settings.tsx +++ b/src/components/Settings.tsx @@ -17,7 +17,7 @@ import { settings, themeOptions } from "../store"; import { clickable } from "../a11y"; import { Select } from "./Select"; -const CODE_FONTS = [ +const BUNDLED_FONTS = [ "JetBrains Mono", "JetBrainsMono Nerd Font Mono", "FiraCode Nerd Font Mono", @@ -101,10 +101,10 @@ export function Settings(props: SettingsProps) { Theme gallery… - + - +