Skip to content

Commit caaf6a8

Browse files
author
Peter Suschlik
committed
Use protocol agnostic google font url.
HTTPS users are happy now :)
1 parent 98f326e commit caaf6a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/project/dashboards/layout.erb

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<script type="text/javascript" src="/assets/application.js"></script>
1313
<link rel="stylesheet" href="/assets/application.css">
1414

15-
<link href='http://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700' rel='stylesheet' type='text/css'>
15+
<link href='//fonts.googleapis.com/css?family=Open+Sans:300,400,600,700' rel='stylesheet' type='text/css'>
1616
<link rel="icon" href="/assets/favicon.ico">
1717

1818
</head>

0 commit comments

Comments
 (0)