Skip to content

Commit 90cae6e

Browse files
committed
demo webfont to index.html
1 parent d5ef74b commit 90cae6e

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

demo/src/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77

88
<meta name="viewport" content="width=device-width, initial-scale=1">
99
<link rel="icon" type="image/x-icon" href="favicon.ico">
10+
<link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro" rel="stylesheet">
1011
</head>
1112
<body>
1213
<app-root></app-root>

demo/src/styles.css

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
/* You can add global styles to this file, and also import other style files */
22

3-
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,300italic,400italic,600italic);
4-
5-
63
.table-bordered > thead > tr > th,
74
.table-bordered > tbody > tr > th,
85
.table-bordered > tfoot > tr > th,

0 commit comments

Comments
 (0)