commit | c822118c37af4bb1f5e45b8f671b5320cd192057 | [log] [tgz] |
---|---|---|
author | Marc Kupietz <kupietz@ids-mannheim.de> | Fri Dec 08 17:26:19 2017 +0100 |
committer | Marc Kupietz <kupietz@ids-mannheim.de> | Fri Dec 08 17:26:19 2017 +0100 |
tree | 4dccbb1c4d94cae43e5b69d613803bd8b6122861 | |
parent | b3a2e4f39a5cfc3302e8c6a5bdd541563dcd88ec [diff] [blame] |
w2v-server: add monospace default font
diff --git a/templates/index.html.ep b/templates/index.html.ep index a29ced3..fa641f7 100644 --- a/templates/index.html.ep +++ b/templates/index.html.ep
@@ -320,7 +320,7 @@ } .mono { - font-family: "DejaVu Sans Mono", Inconsolata, SourceCodePro, Courier; + font-family: "DejaVu Sans Mono", Inconsolata, SourceCodePro, "Courier New", Courier, monospace; } .ui-tooltip-content {