Skip to content

Commit c8445f4

Browse files
committed
move font references to template
1 parent 01b19c1 commit c8445f4

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

packages/schematics/angular/application/files/src/index.html.template

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,6 @@
99
<link rel="icon" type="image/x-icon" href="favicon.ico">
1010

1111
<!-- *** Remove Template Code Below *** -->
12-
<link
13-
href="https://fonts.googleapis.com/css?family=Roboto"
14-
rel="stylesheet"
15-
/>
16-
<link
17-
href="https://fonts.googleapis.com/css?family=Roboto+Mono"
18-
rel="stylesheet"
19-
/>
20-
2112
<style>
2213
body,
2314
body * {

packages/schematics/angular/application/other-files/app.component.html.template

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
<!-- *** Remove Template Code Below *** -->
22

3+
<link
4+
href="https://fonts.googleapis.com/css?family=Roboto"
5+
rel="stylesheet"
6+
/>
7+
<link
8+
href="https://fonts.googleapis.com/css?family=Roboto+Mono"
9+
rel="stylesheet"
10+
/>
11+
312
<style>
413
:host {
514
font-family: "Roboto", Arial, sans-serif;

0 commit comments

Comments
 (0)