Browse Source

Add a reference to the Lato webfont on none site pages too

Markus Ochel 12 years ago
parent
commit
a65555f09d
1 changed files with 2 additions and 0 deletions
  1. 2 0
      site/templates/base.html

+ 2 - 0
site/templates/base.html

@@ -113,6 +113,8 @@
 <head>
   <meta charset="utf-8">
   <title>{{title}}</title>
+  
+  <link rel='stylesheet' href='http://fonts.googleapis.com/css?family=Lato:300,400,700' type='text/css'>
   <link rel="stylesheet" href="{{baseURL}}/static/css/index.css" type="text/css" media="all" charset="utf-8">
 </head>
 <body>