Revert "pull fonts from official repository"

This commit is contained in:
Joshua M. Boniface
2020-11-17 20:47:08 -05:00
committed by GitHub
parent f59003568f
commit 1abe4845f5
6 changed files with 11 additions and 29 deletions
-9
View File
@@ -102,12 +102,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 [];
});
}