Skip to content

Commit

Permalink
[clients > web] add plex sans JP as a fallback
Browse files Browse the repository at this point in the history
We have a lot of songs with JP titles and not having a JP supporting font looks bad.
  • Loading branch information
yellowsink authored Nov 15, 2024
1 parent 7fb953d commit 18e5689
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clients/web/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export default defineConfig({
presetWebFonts({
provider: "google",
fonts: {
mono: ["IBM Plex Mono"],
mono: ["IBM Plex Mono", "IBM Plex Sans JP"],
},
}),
],
Expand Down

0 comments on commit 18e5689

Please sign in to comment.