diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index f507484..85ec31c 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -30,7 +30,7 @@ jobs: - name: Build run: bun run build - - uses: actions/upload-pages-artifact@v3 + - uses: actions/upload-pages-artifact@v4 with: path: dist diff --git a/src/index.css b/src/index.css index 1585fe8..1e1ce6f 100644 --- a/src/index.css +++ b/src/index.css @@ -14,7 +14,7 @@ html, body, #root { body { font-family: 'DotGothic16', sans-serif; font-size: 16px; - -webkit-font-smoothing: antialiased; - -moz-osx-font-smoothing: grayscale; + -webkit-font-smoothing: auto; + -moz-osx-font-smoothing: auto; text-rendering: optimizeLegibility; }