Skip to content

Commit dd64000

Browse files
committed
use https for google fonts
1 parent d04231c commit dd64000

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
77
<meta name="theme-color" content="#000000">
88
<link rel="stylesheet" href="/material-palenight.css">
9-
<link href="http://fonts.googleapis.com/css?family=Roboto|Roboto+Condensed|Alegreya:700|Source+Code+Pro|Roboto+Mono" rel="stylesheet"
9+
<link href="https://fonts.googleapis.com/css?family=Roboto|Roboto+Condensed|Alegreya:700|Source+Code+Pro|Roboto+Mono" rel="stylesheet"
1010
type="text/css" />
1111
<!--
1212
manifest.json provides metadata used when your web app is added to the

0 commit comments

Comments
 (0)