diff --git a/layouts/partials/header.html b/layouts/partials/header.html index eb71f89..a55732e 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -14,10 +14,10 @@ {{ "" | safeHTML }} + - {{ if .Site.Params.highlightjs -}} diff --git a/static/css/custom.css b/static/css/custom.css index dad4d32..7a98fc4 100644 --- a/static/css/custom.css +++ b/static/css/custom.css @@ -53,7 +53,7 @@ pre pre, code { - font-family: monospace; + font-family: 'Roboto Mono', monospace; border-radius: 4px; width: 100%; font-size: .9em; diff --git a/static/css/hyde.css b/static/css/hyde.css index 2af6e03..46cc0ae 100644 --- a/static/css/hyde.css +++ b/static/css/hyde.css @@ -32,8 +32,8 @@ */ html { - font-family: "Fira Sans", sans-serif; - font-weight:300; + font-family: 'Fira Sans', 'Helvetica Neue', 'Arial', sans-serif; + font-weight:300; } @media (min-width: 48em) {