Skip to content

Commit

Permalink
フォントの容量改善策が機能していないので取消
Browse files Browse the repository at this point in the history
  • Loading branch information
CoreNion committed Jan 9, 2024
1 parent dd3ce50 commit 237da5e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion layouts/default.vue
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ body {
}
[data-theme="dash"] body {
font-family: 'Murecho', sans-serif;
font-family: 'Inter', 'BIZ UDPGothic', sans-serif;
}
</style>
6 changes: 2 additions & 4 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,9 @@ export default defineNuxtConfig({
'@vite-pwa/nuxt'
],
googleFonts: {
overwriting: true,
base64: true,
inject: false,
families: {
"Murecho": "100..900",
"BIZ+UDPGothic": [400, 700],
"Inter": "100..900",
}
},
pwa: {
Expand Down

0 comments on commit 237da5e

Please sign in to comment.