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

Commit d7b4cba

Browse files
committed
fix(index): use https for fonts
1 parent 440cede commit d7b4cba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no" />
88

99
<title>AngularJS Material - Starter App</title>
10-
<link rel='stylesheet' href='http://fonts.googleapis.com/css?family=Roboto:400,700'>
10+
<link rel='stylesheet' href='https://fonts.googleapis.com/css?family=Roboto:400,700'>
1111
<link rel="stylesheet" href="./jspm_packages/github/angular/bower-material@master/angular-material.css"/>
1212
<link rel="stylesheet" href="./assets/app.css"/>
1313
</head>

0 commit comments

Comments
 (0)