Skip to content
This repository was archived by the owner on Dec 24, 2024. It is now read-only.

Commit 9ebfa44

Browse files
committed
perf: フォントを削除
1 parent d939fb4 commit 9ebfa44

File tree

3 files changed

+3807
-2
lines changed

3 files changed

+3807
-2
lines changed

Diff for: package.json

-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
"dependencies": {
1515
"@ant-design/colors": "^7.0.2",
1616
"@ant-design/icons": "^5.3.6",
17-
"@fontsource-variable/noto-sans-jp": "^5.0.19",
1817
"antd": "^5.16.4",
1918
"jotai": "^2.8.0",
2019
"react": "^18.2.0",

Diff for: src/utils/theme.ts

-1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,5 @@ export const theme: ThemeConfig = {
1212
token: {
1313
colorPrimary: colors.primary,
1414
colorText: colors.text,
15-
fontFamily: '"Noto Sans JP Variable", sans-serif;',
1615
},
1716
};

0 commit comments

Comments
 (0)