Skip to content

Commit bdd0f80

Browse files
committed
Fix font https req
1 parent d473f9e commit bdd0f80

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

client/app.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
type="image/png"
88
href="assets/images/favicon.png">
99

10-
<link href='http://fonts.googleapis.com/css?family=Montserrat:700' rel='stylesheet' type='text/css'>
11-
<link href='http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400' rel='stylesheet' type='text/css'>
10+
<link href='https://fonts.googleapis.com/css?family=Montserrat:700' rel='stylesheet' type='text/css'>
11+
<link href='https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400' rel='stylesheet' type='text/css'>
1212

1313
<!-- iOS Web Clip -->
1414
<link rel="apple-touch-icon" href="assets/images/favicon.png">

0 commit comments

Comments
 (0)