Skip to content

Commit

Permalink
make webfonts work on http and https
Browse files Browse the repository at this point in the history
  • Loading branch information
fs111 committed Jul 6, 2013
1 parent 4ac3929 commit fa0e58b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stuff/assets/index.htm
Expand Up @@ -4,7 +4,7 @@
<title>kurz.go</title>
<meta name="description" content="Kurz.go is an URL shortener written in
golang using redis for data persistence." />
<link href="http://fonts.googleapis.com/css?family=Asap:400,700&subset=latin,latin-ext" rel="stylesheet" />
<link href="//fonts.googleapis.com/css?family=Asap:400,700&subset=latin,latin-ext" rel="stylesheet" />
<link rel="stylesheet" type="text/css" href="css/style.css" />
</head>
<body>
Expand Down

0 comments on commit fa0e58b

Please sign in to comment.