More control over font-variants
Pre-release
Pre-release
3.2.0-beta.2 - 01/23/18
- BREAKING: Move
svgidandlocalinto font-variant sub-maps,
since the required names are variant-specific. - BREAKING: Remove
$font-formatsglobal,
in favor offormatskey inside font-maps.font-face()mixin no longer has$formatsparameter.import-webfonts()mixin no longer has$formatsparameter.
- BREAKING: Change
$font-pathdefault to''(empty string)
so that no path is prepended to fonts without explicit settings. - BUGFIX:
font-familyfunction/mixin return proper font-name
when given alias keys. - INTERNAL: Re-structure internal logic to normalize font maps,
and handle additional font options.