Widths
This commit is contained in:
parent
3672aad56e
commit
40b7c1452e
6 changed files with 105 additions and 59 deletions
|
@ -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};
|
||||
}
|
||||
`;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue