aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorLouise Crow <louise.crow@gmail.com>2014-06-02 13:41:16 +0100
committerLouise Crow <louise.crow@gmail.com>2014-06-02 13:41:16 +0100
commitf23f1073ee2dd3510fad03f9c8b8324e9ef44bc7 (patch)
treeca5d3915dafb4dbb390fe024a60bc3be9e7aee7f /lib
parent00b41969dc7bc93d448487bce913bc2c30b019cf (diff)
Add Google fonts with some basic fallbacks.
Diffstat (limited to 'lib')
-rw-r--r--lib/views/general/_before_head_end.html.erb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/views/general/_before_head_end.html.erb b/lib/views/general/_before_head_end.html.erb
new file mode 100644
index 0000000..4fc693a
--- /dev/null
+++ b/lib/views/general/_before_head_end.html.erb
@@ -0,0 +1 @@
+ <link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Bitter|Roboto+Slab">