Skip to content

Commit a3034dd

Browse files
committed
remove external Google font
1 parent afc1475 commit a3034dd

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

src/main.browser.ts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,6 @@ const bootstrap = () => platformBrowserDynamic()
2424
const hasTransferState = document.querySelector('script#dspace-angular-state') !== null;
2525

2626
const main = () => {
27-
// Load fonts async
28-
// https://github.com/typekit/webfontloader#configuration
29-
loadWebFont({
30-
google: {
31-
families: ['Droid Sans']
32-
}
33-
});
34-
3527
if (environment.production) {
3628
enableProdMode();
3729
}

0 commit comments

Comments
 (0)