Created
December 9, 2025 14:05
-
-
Save mgray88/f6aab3c8e88ce96b3200b1cd7b7a0615 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| @import "tailwindcss"; | |
| @import "uniwind"; | |
| @theme { | |
| @media ios { | |
| --font-montserrat: "Montserrat-Regular"; | |
| } | |
| @media android { | |
| --font-montserrat: "Montserrat_400Regular"; | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment