Skip to content

Commit

Permalink
Remove extra font variations
Browse files Browse the repository at this point in the history
  • Loading branch information
ajuvonen committed Sep 19, 2024
1 parent 829f3f5 commit 7599d14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ import App from '@/App.vue';
import router from '@/router';
import i18n from '@/i18n';

import '@fontsource/bungee-shade';
import '@fontsource/nunito';
import '@fontsource/bungee-shade/latin-400.css';
import '@fontsource/nunito/latin-400.css';
import '@/assets/main.scss';

import IconComponent from '@/components/IconComponent.vue';
Expand Down

0 comments on commit 7599d14

Please sign in to comment.