// Local web fonts for font-face definitions
// - See `/defaults/webfonts.scss`, `/mixins/text/font-face.scss`
//
// You can override this, or append to this list
// https://sass-lang.com/documentation/values/lists
$webfonts: () !default;

// Example
// - remember to use trailing commas with Sass nested lists to avoid gotchas
// $webfonts: (
//   (
//     font-family: 'Source Sans Pro',
//     font-weight: 400,
//     font-style: normal,
//     path: 'source-sans/sourcesanspro-regular-webfont',
//   ),
//   (
//     font-family: 'Source Sans Pro',
//     font-weight: 400,
//     font-style: italic,
//     path: 'source-sans/sourcesanspro-italic-webfont',
//   ),
//   (
//     font-family: 'Source Sans Pro',
//     font-weight: 700,
//     font-style: normal,
//     path: 'source-sans/sourcesanspro-bold-webfont',
//   ),
//   (
//     font-family: 'Source Sans Pro',
//     font-weight: 700,
//     font-style: italic,
//     path: 'source-sans/sourcesanspro-bolditalic-webfont',
//   ),
// );
