We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1c08e18 + f7fdc1a commit 2a5eb0bCopy full SHA for 2a5eb0b
index.js
@@ -35,7 +35,7 @@ module.exports = function(fonts, size, lineHeight) {
35
if (!Array.isArray(fonts)) {
36
fonts = [fonts];
37
}
38
- var weight = 'normal';
+ var weight = 400;
39
var style = 'normal';
40
var fontFamilies = []
41
var haveWeight, haveStyle;
0 commit comments