minor update (#195)

* refactor: update package.json dependencies and build tools

* feat: bump up geist font version

* refactor: non-nullable-type-assertion-style bypass

* chore: bump up version in package.json

* docs: update get started doc

* styles: prettier format
This commit is contained in:
Spedon
2023-12-14 13:48:45 +08:00
committed by GitHub
parent 1e2f1fadde
commit 30a01cfd63
6 changed files with 69 additions and 71 deletions

View File

@@ -1,6 +1,8 @@
@font-face {
font-family: 'Geist';
src: url('/lib/fonts/GeistVF.woff2') format('woff2');
src:
url('/lib/fonts/GeistVF.woff2') format('woff2 supports variations'),
url('/lib/fonts/GeistVF.woff2') format('woff2-variations');
font-weight: 400;
font-style: normal;
font-display: swap;