forked from MyArtverse-Project/MyArtverse
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Transpile GSAP; move self-hosted fonts to scss
- Loading branch information
Kerby Keith Aquino
committed
Feb 3, 2023
1 parent
75e7ba8
commit 3aac2fc
Showing
7 changed files
with
893 additions
and
930 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,15 @@ | ||
|
||
@import "@fontsource/inter/400"; | ||
@import "@fontsource/inter/600"; | ||
@import "@fontsource/inter/700"; | ||
@import "@fontsource/inter/800"; | ||
@import "@fontsource/inter/900"; | ||
@import "@fontsource/open-sans/400"; | ||
@import "@fontsource/open-sans/400-italic"; | ||
@import "@fontsource/open-sans/600"; | ||
@import "@fontsource/open-sans/600-italic"; | ||
@import "@fontsource/open-sans/800"; | ||
@import "@fontsource/open-sans/800-italic"; | ||
|
||
@tailwind base; | ||
@tailwind components; | ||
@tailwind utilities; | ||
@tailwind utilities; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.