Skip to content

Commit

Permalink
different fontsource import
Browse files Browse the repository at this point in the history
  • Loading branch information
haliphax committed Mar 14, 2024
1 parent 9500c2a commit 445d8f0
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 10 deletions.
15 changes: 7 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"devDependencies": {
"@fontsource/shrikhand": "^5.0.19",
"@haliphax/nubbins": "^0.0.8",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
Expand All @@ -12,7 +13,6 @@
"eslint": "^8.52.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.1",
"fontsource-shrikhand": "^4.0.0",
"gitmoji-cli": "^8.5.0",
"js-cookie": "^3.0.5",
"prettier": "^3.0.3",
Expand Down
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import "@fontsource/shrikhand";
import "@haliphax/nubbins/dist/nubbins.min.css";
import "fontsource-shrikhand/latin-ext.css";
import { createApp } from "vue";
import Wrapper from "./components/wrapper.vue";

Expand Down

0 comments on commit 445d8f0

Please sign in to comment.