From b0405cc3c2f901e20d8aa0bc1ed8c499065f0c8b Mon Sep 17 00:00:00 2001
From: Brandon Mathis <brandon@imathis.com>
Date: Wed, 15 Jun 2011 22:50:01 -0400
Subject: 1. Some general styling improvements especially for syntax and
 navigation 2. JS line numbering now supports embedded gists 3. Added a
 favicon

---
 themes/classic/source/_includes/head.html | 3 +++
 1 file changed, 3 insertions(+)

(limited to 'themes/classic/source/_includes/head.html')

diff --git a/themes/classic/source/_includes/head.html b/themes/classic/source/_includes/head.html
index bf93b7b6..d97a6a0a 100644
--- a/themes/classic/source/_includes/head.html
+++ b/themes/classic/source/_includes/head.html
@@ -23,10 +23,13 @@
     <meta name="keywords" content="{{page.keywords}}"/>
   {% endif %}
 
+  <link href="/images/favicon.png" rel="shortcut icon" />
   <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css">
   <script src="/javascripts/modernizr-2.0.js"></script>
   <script src="/javascripts/ender.js"></script>
   <script src="/javascripts/octopress.js" type="text/javascript"></script>
+  <link href='http://fonts.googleapis.com/css?family=PT+Serif:regular,italic,bold,bolditalic' rel='stylesheet' type='text/css'>
+  <link href='http://fonts.googleapis.com/css?family=PT+Sans:regular,italic,bold,bolditalic' rel='stylesheet' type='text/css'>
   {% include google_analytics.html %}
   <link href="/atom.xml" rel="alternate" title="{{site.title}}" type="application/atom+xml"/>
 </head>
-- 
cgit v1.2.1