We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afc1475 commit a3034ddCopy full SHA for a3034dd
1 file changed
src/main.browser.ts
@@ -24,14 +24,6 @@ const bootstrap = () => platformBrowserDynamic()
24
const hasTransferState = document.querySelector('script#dspace-angular-state') !== null;
25
26
const main = () => {
27
- // Load fonts async
28
- // https://github.com/typekit/webfontloader#configuration
29
- loadWebFont({
30
- google: {
31
- families: ['Droid Sans']
32
- }
33
- });
34
-
35
if (environment.production) {
36
enableProdMode();
37
}
0 commit comments