Update to @fontsource v5

This commit is contained in:
prototypa
2023-07-27 07:26:16 -04:00
parent 006c332f85
commit 5a716917a3
5 changed files with 47 additions and 17 deletions

View File

@ -1,21 +0,0 @@
---
import '@fontsource/inter/variable.css';
// Nunito
// Dosis
---
<style is:inline is:global>
:root {
--aw-font-sans: 'InterVariable';
--aw-font-serif: var(--aw-font-sans);
--aw-font-heading: var(--aw-font-sans);
--aw-color-primary: rgb(30 64 175);
--aw-color-secondary: rgb(30 58 138);
--aw-color-accent: rgb(109 40 217);
--aw-color-text-page: rgb(17 24 39);
--aw-color-text-muted: rgb(75 85 99);
--aw-color-bg-page: rgb(255 255 255);
}
</style>