Use https for fonts.
This commit is contained in:
parent
55c60ac529
commit
363ed65f72
|
@ -4,9 +4,9 @@
|
||||||
<title> Justin Hsu </title>
|
<title> Justin Hsu </title>
|
||||||
<link rel="stylesheet" type="text/css" href="css/style.css">
|
<link rel="stylesheet" type="text/css" href="css/style.css">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<link href='http://fonts.googleapis.com/css?family=Roboto:500,300,300italic'
|
<link href='https://fonts.googleapis.com/css?family=Roboto:500,300,300italic'
|
||||||
rel='stylesheet' type='text/css'>
|
rel='stylesheet' type='text/css'>
|
||||||
<link href='http://fonts.googleapis.com/css?family=Inconsolata' rel='stylesheet'
|
<link href='https://fonts.googleapis.com/css?family=Inconsolata' rel='stylesheet'
|
||||||
type='text/css'>
|
type='text/css'>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
|
|
Loading…
Reference in New Issue