Last active
February 6, 2025 15:12
-
-
Save anaresende/f3e45d55448069eb62f83be5d2d510ee to your computer and use it in GitHub Desktop.
custom.css
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
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap'); | |
:root { | |
--global-font-family-primary: "Oswald"; | |
} | |
vd-layout::part(container) { | |
background-color: red; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment