Skip to content

Commit

Permalink
🛠️ [Page] Properly import outfit from fontsource
Browse files Browse the repository at this point in the history
  • Loading branch information
beefchimi committed Jul 25, 2024
1 parent 9411389 commit ae5dde8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/layouts/Page.astro
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
---
import {pwaInfo} from 'virtual:pwa-info';
// FontSource packages cannot be imported within CSS.
// Supports weights `100-900`.
import '@fontsource-variable/outfit';
import '@styles/reset.css';
import '@styles/global.css';
import '@styles/utility.css';
Expand Down

0 comments on commit ae5dde8

Please sign in to comment.