Explicitly set font-family to Monospace

This commit is contained in:
James Mills 2016-09-30 17:00:46 -07:00
parent c173ace2b8
commit 69a768a2d7
No known key found for this signature in database
GPG Key ID: AC4C014F1440EBD6
1 changed files with 5 additions and 0 deletions

View File

@ -5,6 +5,11 @@ var tpltext = `<!doctype html>
<head>
<meta charset="utf-8">
<title>{{.Title}}</title>
<style>
* {
font-family: Monospace;
}
</style>
</head>
<body>
<pre>