aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Mills <prologic@shortcircuit.net.au>2016-09-30 17:00:46 -0700
committerJames Mills <prologic@shortcircuit.net.au>2016-09-30 17:00:46 -0700
commit69a768a2d7d82c1bfcf0050979f6eee726a1816f (patch)
tree20e14169d95ad798c36ca258e415d710825d151e
parentDon't encode slashes (diff)
downloadgopherproxy-69a768a2d7d82c1bfcf0050979f6eee726a1816f.tar.gz
gopherproxy-69a768a2d7d82c1bfcf0050979f6eee726a1816f.tar.bz2
gopherproxy-69a768a2d7d82c1bfcf0050979f6eee726a1816f.zip
Explicitly set font-family to Monospace
-rw-r--r--template.go5
1 files changed, 5 insertions, 0 deletions
diff --git a/template.go b/template.go
index c0a79a4..514ff30 100644
--- a/template.go
+++ b/template.go
@@ -5,6 +5,11 @@ var tpltext = `<!doctype html>
5<head> 5<head>
6<meta charset="utf-8"> 6<meta charset="utf-8">
7<title>{{.Title}}</title> 7<title>{{.Title}}</title>
8<style>
9* {
10 font-family: Monospace;
11}
12</style>
8</head> 13</head>
9<body> 14<body>
10<pre> 15<pre>