Load google fonts properly

This commit is contained in:
Ariejan de Vroom 2013-06-07 15:14:37 +02:00
parent 66c2812a1e
commit 54cc8b240c
2 changed files with 2 additions and 3 deletions

View File

@ -21,8 +21,6 @@ $asbestos: #7F8C8D;
$border-radius: 6px;
@import url(http://fonts.googleapis.com/css?family=Lato:900|PT+Sans:400,700,400italic,700italic);
@import "zurb-foundation/normalize.scss";
@import "zurb-foundation/foundation.scss";
@import "pygments";

View File

@ -19,7 +19,8 @@
%link(href="https://ariejan.net/rss.xml" rel="alternate" type="application/rss+xml" title="RSS")
%link(href="/css/screen.css" rel="stylesheet" type="text/css" media="screen")
%link(href="//netdna.bootstrapcdn.com/font-awesome/3.1.1/css/font-awesome.css" rel="stylesheet")
%link(href="//netdna.bootstrapcdn.com/font-awesome/3.1.1/css/font-awesome.css" type="text/css" rel="stylesheet")
%link(href="http://fonts.googleapis.com/css?family=Lato:900|PT+Sans:400,700,400italic,700italic" type="text/css" rel="stylesheet")
%title= "#{@item[:title]} — ariejan.net"