Skip to content

Commit 0985cfa

Browse files
committed
style(styles): πŸ’„ enhance font settings and cleanup
- Introduce adjusted system font fallbacks to reduce CLS - Remove unused font link from document head - Update Tailwind config to include additional content paths
1 parent 0a5a01a commit 0985cfa

13 files changed

+16337
-11563
lines changed

β€Ž.nvmrcβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
16
1+
20

β€Ž.vscode/settings.jsonβ€Ž

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,8 @@
1313
"prettier.enable": true,
1414
"editor.formatOnSave": true,
1515
"editor.codeActionsOnSave": {
16-
"source.addMissingImports": true,
17-
// "source.organizeImports": true,
18-
// "source.sortImports": true,
19-
// "source.fixAll": true
20-
"source.fixAll.eslint": true
21-
// "source.fixAll.stylelint": true
16+
"source.addMissingImports": "explicit",
17+
"source.fixAll.eslint": "explicit"
2218
},
2319
"eslint.enable": true,
2420
"eslint.useESLintClass": true,

β€Ž.yarnrc.ymlβ€Ž

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
nodeLinker: node-modules

β€Žpages/_document.tsxβ€Ž

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,7 @@ class MyDocument extends Document {
55
render() {
66
return (
77
<Html>
8-
<Head>
9-
<link href="https://rsms.me/inter/inter.css" rel="stylesheet" />
10-
</Head>
8+
<Head />
119
<body>
1210
<SkipNavLink />
1311
<Main />
55.1 KB
Binary file not shown.
20.8 KB
Binary file not shown.
30.1 KB
Binary file not shown.
45.4 KB
Binary file not shown.
22 KB
Binary file not shown.
96.3 KB
Binary file not shown.

0 commit comments

Comments
Β (0)