Skip to content
This repository was archived by the owner on Dec 18, 2024. It is now read-only.

Commit 2a4e2bb

Browse files
devversionjelbourn
authored andcommitted
fix: remove unnecessary components bundle (#74)
* Removes the component bundle from the Plunker since it's unused. * Adds `Arial` as a fallback font (as stated in material.google.com)
1 parent 6ea6e78 commit 2a4e2bb

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/assets/plunker/index.html

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@
1010
<script src="https://cdnjs.cloudflare.com/ajax/libs/systemjs/0.19.38/system.js"></script>
1111
<script src="https://cdnjs.cloudflare.com/ajax/libs/hammer.js/2.0.8/hammer.min.js"></script>
1212

13-
<!-- Load Bundle from Asset Host -->
14-
<script src="https://plnkr-test.firebaseapp.com/components.bundle.js?sha=bf44c16"></script>
15-
1613
<!-- Configure SystemJS -->
1714
<script src="systemjs.config.js"></script>
1815

@@ -25,7 +22,7 @@
2522
<!-- Load the Angular Material 2 stylesheet -->
2623
<link href="https://unpkg.com/@angular/material/core/theming/prebuilt/indigo-pink.css" rel="stylesheet">
2724
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
28-
<style>body { font-family: Roboto,"Helvetica Neue",sans-serif; }</style>
25+
<style>body { font-family: Roboto, Arial, sans-serif; }</style>
2926
</head>
3027

3128
<body>

0 commit comments

Comments
 (0)