Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CSS: Extract fonts to CSS variables #4302

Closed
2 tasks done
ssddanbrown opened this issue Jun 13, 2023 · 1 comment
Closed
2 tasks done

CSS: Extract fonts to CSS variables #4302

ssddanbrown opened this issue Jun 13, 2023 · 1 comment

Comments

@ssddanbrown
Copy link
Member

ssddanbrown commented Jun 13, 2023

For easier customization and codebase reuse. Current SASS vars.

Docs Updates

Example Usage

<style>
	body {
	  --font-body: 'Noto Serif', serif;
	  --font-heading: 'Roboto', sans-serif;
	  --font-code: 'Source Code Pro', monospace;
	}
</style>
@ssddanbrown
Copy link
Member Author

Added in 610ad0d

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

1 participant