-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: update vuetify config and fonts
- Loading branch information
1 parent
66b9db1
commit d6344a3
Showing
6 changed files
with
454 additions
and
800 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,7 @@ | ||
$body-font-family: 'Battambang', 'Poppins', sans-serif !important; | ||
|
||
@forward 'vuetify/settings' with ( | ||
$body-font-family: $body-font-family, | ||
$utilities: false, | ||
$color-pack: false | ||
); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@chantouchsek/amazing-admin", | ||
"private": true, | ||
"packageManager": "[email protected].4", | ||
"packageManager": "[email protected].5", | ||
"type": "module", | ||
"engines": { | ||
"node": ">=18", | ||
|
@@ -33,7 +33,6 @@ | |
"@nuxt-alt/http": "^1.7.10", | ||
"@nuxt/eslint": "0.3.8", | ||
"@nuxt/fonts": "^0.6.1", | ||
"@nuxtjs/color-mode": "^3.4.0", | ||
"@nuxtjs/i18n": "^8.3.0", | ||
"@nuxtjs/robots": "^3.0.0", | ||
"@nuxtjs/sitemap": "^5.1.4", | ||
|
@@ -45,7 +44,7 @@ | |
"@vue-macros/nuxt": "^1.9.30", | ||
"@vueuse/nuxt": "^10.9.0", | ||
"dayjs-nuxt": "^2.1.9", | ||
"eslint": "^9.0.0", | ||
"eslint": "^9.1.0", | ||
"husky": "^9.0.11", | ||
"lint-staged": "^15.2.2", | ||
"nuxt": "^3.11.2", | ||
|
@@ -65,6 +64,6 @@ | |
"vue-router": "^4.3.2", | ||
"vue-tsc": "^1.8.27", | ||
"vuetify-nuxt-module": "^0.13.2", | ||
"zod": "^3.22.5" | ||
"zod": "^3.23.0" | ||
} | ||
} |
Oops, something went wrong.