diff --git a/content/css/screen.scss b/content/css/screen.scss index 4731c21..28d2eaa 100644 --- a/content/css/screen.scss +++ b/content/css/screen.scss @@ -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"; diff --git a/layouts/default.haml b/layouts/default.haml index 8ea69a7..da08847 100644 --- a/layouts/default.haml +++ b/layouts/default.haml @@ -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"