Closed titouanmathis closed 5 years ago
Proposal to improve the typography configuration:
$type-fonts: ( serif: ( name: Georgia, // Used in the @font-face declaration stack: 'Georgia, sans-serif', // Used in the font-family declaration webfonts: ( ( filename: 'georgia-regular', weight: 400, style: normal, ), // ... ), ), sans-serif: ( name: Arial, stack: 'Arial, sans-serif', webfonts: ( ( filename: 'arial-regular', weight: 400, style: normal, ), // ... ), ), ) !default;
Will fix #13 🎉
Proposal to improve the typography configuration: