aboutsummaryrefslogtreecommitdiff
path: root/tmpl/root
diff options
context:
space:
mode:
Diffstat (limited to 'tmpl/root')
-rw-r--r--tmpl/root9
1 files changed, 7 insertions, 2 deletions
diff --git a/tmpl/root b/tmpl/root
index 15e0ba7..eab7b55 100644
--- a/tmpl/root
+++ b/tmpl/root
@@ -3,12 +3,17 @@
<html>
<head>
<title>{{template "title" .}}</title>
- <link href='http://fonts.googleapis.com/css?family=Raleway|Anonymous+Pro' rel='stylesheet' type='text/css'>
+ <link href='http://fonts.googleapis.com/css?family=Abel' rel='stylesheet' type='text/css'>
+ <link href='http://fonts.googleapis.com/css?family=Raleway' rel='stylesheet' type='text/css'>
+ <link href='http://fonts.googleapis.com/css?family=Anonymous+Pro' rel='stylesheet' type='text/css'>
<style>
body {
- font-family: 'Raleway', sans-serif;
+ font-family: 'Abel', sans-serif;
margin: 5% 10%;
}
+ h1 {
+ font-family: 'Raleway', sans-serif;
+ }
pre {
font-family: 'Anonymous Pro', monospace;
}