summaryrefslogtreecommitdiff
path: root/src/css/theme
diff options
context:
space:
mode:
authorMonty Taylor <mordred@inaugust.com>2015-11-26 10:30:47 -0500
committerMonty Taylor <mordred@inaugust.com>2015-11-26 10:30:47 -0500
commita6dbbad186fd72b0ef5dde5f87749bb98298d54a (patch)
treeff5c559d62096d7de2282ab0ef73bd9f8ef75086 /src/css/theme
parent19d0f71bb91406f061c7925de3cd5f888349464d (diff)
Use Hack font for code
http://sourcefoundry.org/hack/
Diffstat (limited to 'src/css/theme')
-rw-r--r--src/css/theme/openstack.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/css/theme/openstack.css b/src/css/theme/openstack.css
index 8b88f6d..aa51c6a 100644
--- a/src/css/theme/openstack.css
+++ b/src/css/theme/openstack.css
@@ -47,7 +47,7 @@ body {
47 47
48.reveal code { 48.reveal code {
49 text-align: left; 49 text-align: left;
50 font-family: monospace; 50 font-family: "Hack", monospace;
51} 51}
52 52
53.reveal pre code { 53.reveal pre code {
@@ -59,6 +59,7 @@ body {
59 word-wrap: normal; 59 word-wrap: normal;
60 background: #3F3F3F; 60 background: #3F3F3F;
61 color: #DCDCDC; 61 color: #DCDCDC;
62 font-family: "Hack", monospace;
62} 63}
63 64
64.reveal ul li { 65.reveal ul li {