added fonts
This commit is contained in:
+17
@@ -0,0 +1,17 @@
|
||||
"use strict";
|
||||
Object.defineProperty(exports, "__esModule", {
|
||||
value: true
|
||||
});
|
||||
Object.defineProperty(exports, "wrapNormalizerFn", {
|
||||
enumerable: true,
|
||||
get: function() {
|
||||
return wrapNormalizerFn;
|
||||
}
|
||||
});
|
||||
function wrapNormalizerFn(fn) {
|
||||
return {
|
||||
normalize: fn
|
||||
};
|
||||
}
|
||||
|
||||
//# sourceMappingURL=wrap-normalizer-fn.js.map
|
||||
Reference in New Issue
Block a user