Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f0d540a

Browse files
committed
Merge pull request libgit2#49 from ben/no-http
Use protocol-neutral typekit URL
2 parents 9f00c4b + 4c69f60 commit f0d540a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_layouts/default.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<!--[if (gte IE 6)&(lte IE 8)]>
1111
<script src='/javascripts/selectivizr-min.js' type='text/javascript'></script>
1212
<![endif]-->
13-
<script src="http://use.typekit.com/jsq2fql.js" type="text/javascript"></script>
13+
<script src="//use.typekit.com/jsq2fql.js" type="text/javascript"></script>
1414
<script>
1515
//<![CDATA[
1616
try{Typekit.load();}catch(e){}

0 commit comments

Comments
 (0)