Skip to content

Commit

Permalink
fix: limited fonts to be exported
Browse files Browse the repository at this point in the history
  • Loading branch information
Pkcarreno committed Jun 2, 2024
1 parent 107cd58 commit de55270
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -93,11 +93,13 @@ export default defineConfig(({ mode }) => {
name: 'IBM Plex Sans',
weights: [400, 500, 600, 700],
styles: ['italic', 'normal'],
subset: 'latin',
},
{
name: 'IBM Plex Mono',
weights: [400],
styles: ['italic', 'normal'],
subset: 'latin',
},
],
},
Expand Down

0 comments on commit de55270

Please sign in to comment.