Skip to content

Commit aadfbf1

Browse files
committed
Merge pull request Shopify#107 from neopoly/protocol-agnostic
Use protocol agnostic google font url.
2 parents 4bb30e4 + caaf6a8 commit aadfbf1

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)