Merge remote-tracking branch 'upstream/master' into es6

This commit is contained in:
Bill Thornton
2020-11-19 13:36:26 -05:00
44 changed files with 805 additions and 413 deletions
-9
View File
@@ -128,12 +128,3 @@ export function getPlugins() {
return [];
});
}
export function getFonts() {
return getConfig().then(config => {
return config.fonts;
}).catch(error => {
console.log('cannot get web config:', error);
return [];
});
}