Skip to content

Commit

Permalink
Resolve HTTPS mixed content warning with google font
Browse files Browse the repository at this point in the history
  • Loading branch information
Dylan Tack committed Jul 25, 2012
1 parent 04d1981 commit ec64ca2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/layout.erb
Expand Up @@ -2,7 +2,7 @@
<html>
<head>
<title>Barkeep</title>
<link href='http://fonts.googleapis.com/css?family=Ubuntu+Mono:400,700,400italic,700italic' \
<link href='//fonts.googleapis.com/css?family=Ubuntu+Mono:400,700,400italic,700italic' \
rel='stylesheet' type='text/css' />
<%= @pinion.css_url("/css/styles.css") %>
<%= @pinion.js_url("/vendor/jquery-1.7.min.js") %>
Expand Down

0 comments on commit ec64ca2

Please sign in to comment.