mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-09 02:54:13 +00:00
remove external Google font
This commit is contained in:
@@ -24,14 +24,6 @@ const bootstrap = () => platformBrowserDynamic()
|
||||
const hasTransferState = document.querySelector('script#dspace-angular-state') !== null;
|
||||
|
||||
const main = () => {
|
||||
// Load fonts async
|
||||
// https://github.com/typekit/webfontloader#configuration
|
||||
loadWebFont({
|
||||
google: {
|
||||
families: ['Droid Sans']
|
||||
}
|
||||
});
|
||||
|
||||
if (environment.production) {
|
||||
enableProdMode();
|
||||
}
|
||||
|
Reference in New Issue
Block a user