This commit is contained in:
Belleve Invis 2019-12-27 06:21:31 -08:00
parent 3672aad56e
commit 40b7c1452e
6 changed files with 105 additions and 59 deletions

View file

@ -11,6 +11,7 @@ module.exports = function(output, family, hs, formats) {
font-family: '${family + " Web"}';
font-display: swap;
font-weight: ${term.cssWeight};
font-stretch: ${term.cssStretch};
font-style: ${term.cssStyle};
src: ${src};
}
@ -22,6 +23,7 @@ module.exports = function(output, family, hs, formats) {
font-family: '${family + " Web Oblique"}';
font-display: swap;
font-weight: ${term.cssWeight};
font-stretch: ${term.cssStretch};
src: ${src};
}
`;