Skip to content

Instantly share code, notes, and snippets.

@anaresende
Last active February 6, 2025 15:12
Show Gist options
  • Save anaresende/f3e45d55448069eb62f83be5d2d510ee to your computer and use it in GitHub Desktop.
Save anaresende/f3e45d55448069eb62f83be5d2d510ee to your computer and use it in GitHub Desktop.
custom.css
@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