mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-09 19:13:08 +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 hasTransferState = document.querySelector('script#dspace-angular-state') !== null;
|
||||||
|
|
||||||
const main = () => {
|
const main = () => {
|
||||||
// Load fonts async
|
|
||||||
// https://github.com/typekit/webfontloader#configuration
|
|
||||||
loadWebFont({
|
|
||||||
google: {
|
|
||||||
families: ['Droid Sans']
|
|
||||||
}
|
|
||||||
});
|
|
||||||
|
|
||||||
if (environment.production) {
|
if (environment.production) {
|
||||||
enableProdMode();
|
enableProdMode();
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user