From bfbba8c630142cb891b52e5b31dcb9d2351a0e5d Mon Sep 17 00:00:00 2001 From: Dan Allen Date: Fri, 9 Feb 2018 14:11:48 -0700 Subject: [PATCH] apply the brand monospace font to the kbd element --- src/css/base.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/css/base.css b/src/css/base.css index 51a3cbb..1c25bfc 100644 --- a/src/css/base.css +++ b/src/css/base.css @@ -44,6 +44,7 @@ a:hover { } code, +kbd, pre { font-family: 'Roboto Mono', monospace; } -- 2.11.0