added fonts
This commit is contained in:
+6
@@ -0,0 +1,6 @@
|
||||
function _iterable_to_array(iter) {
|
||||
if (typeof Symbol !== "undefined" && iter[Symbol.iterator] != null || iter["@@iterator"] != null) {
|
||||
return Array.from(iter);
|
||||
}
|
||||
}
|
||||
export { _iterable_to_array as _ };
|
||||
Reference in New Issue
Block a user