From 18e5689bd1d21bdf62491a33f0709395433b4cae Mon Sep 17 00:00:00 2001 From: Hazel Atkinson <19270622+yellowsink@users.noreply.github.com> Date: Fri, 15 Nov 2024 12:24:55 +0000 Subject: [PATCH] [clients > web] add plex sans JP as a fallback We have a lot of songs with JP titles and not having a JP supporting font looks bad. --- clients/web/vite.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clients/web/vite.config.ts b/clients/web/vite.config.ts index 4c395ae..89e9fba 100644 --- a/clients/web/vite.config.ts +++ b/clients/web/vite.config.ts @@ -18,7 +18,7 @@ export default defineConfig({ presetWebFonts({ provider: "google", fonts: { - mono: ["IBM Plex Mono"], + mono: ["IBM Plex Mono", "IBM Plex Sans JP"], }, }), ],