Skip to content

Commit d577d99

Browse files
committed
chore: remove JP font
1 parent 36b58a5 commit d577d99

1 file changed

Lines changed: 1 addition & 20 deletions

File tree

src/libs/theme/fonts.tsx

Lines changed: 1 addition & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -36,26 +36,7 @@ export const MonoFont = Roboto_Mono({
3636
variable: "--font-mono",
3737
});
3838

39-
export const JapaneseFont = localFont({
40-
src: [
41-
{
42-
path: "./fonts/NotoSansJP-Regular.otf",
43-
weight: "400",
44-
style: "normal",
45-
},
46-
{
47-
path: "./fonts/NotoSansJP-Medium.otf",
48-
weight: "500",
49-
style: "normal",
50-
},
51-
{
52-
path: "./fonts/NotoSansJP-Bold.otf",
53-
weight: "600",
54-
style: "normal",
55-
},
56-
],
57-
variable: "--font-japanese",
58-
});
39+
export const JapaneseFont = SecondaryFont;
5940

6041
export const getLocalizedSecondaryFont = (language: string) =>
6142
language === "ja" ? JapaneseFont.className : SecondaryFont.className;

0 commit comments

Comments
 (0)