From a6dbbad186fd72b0ef5dde5f87749bb98298d54a Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Thu, 26 Nov 2015 10:30:47 -0500 Subject: Use Hack font for code http://sourcefoundry.org/hack/ --- src/css/theme/openstack.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/css/theme') 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 { .reveal code { text-align: left; - font-family: monospace; + font-family: "Hack", monospace; } .reveal pre code { @@ -59,6 +59,7 @@ body { word-wrap: normal; background: #3F3F3F; color: #DCDCDC; + font-family: "Hack", monospace; } .reveal ul li { -- cgit v1.2.3