From f72064b4b22a9f4f60c26235d552b410e84b2cfc Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Wed, 6 Apr 2022 09:31:13 +0200 Subject: css: add class .text-monospace --- assets/css/jekyll-theme/fix_bootstrap.css | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'assets') diff --git a/assets/css/jekyll-theme/fix_bootstrap.css b/assets/css/jekyll-theme/fix_bootstrap.css index a6b09f5..3377b75 100644 --- a/assets/css/jekyll-theme/fix_bootstrap.css +++ b/assets/css/jekyll-theme/fix_bootstrap.css @@ -53,3 +53,9 @@ pre { cursor: auto !important; user-select: none; } + +/* This is copied from Bootstrap's code. + * This class should be available natively for Bootstrap 4 and newer. */ +.text-monospace { + font-family: Menlo, Monaco, Consolas, "Courier New", monospace; +} -- cgit v1.2.3