added fonts
This commit is contained in:
+10
@@ -0,0 +1,10 @@
|
||||
"use strict";
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
exports.allowedDisplayValues = void 0;
|
||||
exports.allowedDisplayValues = [
|
||||
'auto',
|
||||
'block',
|
||||
'swap',
|
||||
'fallback',
|
||||
'optional',
|
||||
];
|
||||
Reference in New Issue
Block a user