Serve radio page font style over https

This commit is contained in:
drigato 2015-06-10 16:12:53 -04:00
parent 890f30590c
commit 3ecad162e3
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href='http://fonts.googleapis.com/css?family=Roboto:400,100,300,700' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Roboto:400,100,300,700' rel='stylesheet' type='text/css'>
<?php echo $this->headTitle() ?>
<?php echo $this->headLink() ?>