From: Dan Allen Date: Fri, 9 Feb 2018 21:11:48 +0000 (-0700) Subject: apply the brand monospace font to the kbd element X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=bfbba8c630142cb891b52e5b31dcb9d2351a0e5d;p=working%2Feg-antora.git apply the brand monospace font to the kbd element --- 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; }