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 ++- src/layout/talk.hbs | 4 ++++ 2 files changed, 6 insertions(+), 1 deletion(-) 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 { diff --git a/src/layout/talk.hbs b/src/layout/talk.hbs index 56f3137..d06ec92 100644 --- a/src/layout/talk.hbs +++ b/src/layout/talk.hbs @@ -13,6 +13,10 @@ + + + -- cgit v1.2.3