Skip to content

Instantly share code, notes, and snippets.

@mvsde
Created June 30, 2021 08:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mvsde/3e25c4fc57b497e7b1ace27c738e23f3 to your computer and use it in GitHub Desktop.
Save mvsde/3e25c4fc57b497e7b1ace27c738e23f3 to your computer and use it in GitHub Desktop.
Self-hosted fonts with Fontsource
/**
* Fontsource makes open source fonts available on npm.
* https://github.com/fontsource/fontsource
*/
@use "@fontsource/font-name/scss/mixins" as font-name;
@include font-name.fontFace(
$weight: 400,
$style: normal,
$display: fallback
);
// Add additional weights if necessary.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment