Skip to content

Commit af5a905

Browse files
committed
remove external font references
1 parent 5135c1e commit af5a905

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed

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

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,8 @@
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-
123
<style>
134
:host {
14-
font-family: "Roboto", Arial, sans-serif;
5+
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
156
font-size: 14px;
167
color: #333;
178
box-sizing: border-box;
@@ -185,7 +176,7 @@
185176
}
186177

187178
.terminal pre {
188-
font-family: "Roboto Mono", monospace;
179+
font-family: SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;
189180
color: white;
190181
padding: 0 1rem 1rem;
191182
}

0 commit comments

Comments
 (0)