chushihua
This commit is contained in:
+3
@@ -0,0 +1,3 @@
|
||||
module.exports = function (value) {
|
||||
return value === 'normal' ? '400' : value === 'bold' ? '700' : value;
|
||||
};
|
||||
Reference in New Issue
Block a user