garbash-www

archive of ~alex garbash.com page
git clone git://git.alexkarle.com.com/garbash-www
Log | Files | Refs | README | LICENSE

commit 3bac8747ab8ac9f814dd0fc48af078a780f0246c (patch)
parent a6c5658e2dc08b4bbccc5ad40aa5462b68cf4003
Author: alex <alex@garbash.com>
Date:   Fri, 29 Oct 2021 20:41:04 -0400

css: Add default font for <code> blocks

Apparently the default of 'monospace' is 12px on my Linux browser,
and 'courier' is 16px (like everything else).

Diffstat:
Mbin/buildpage | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/bin/buildpage b/bin/buildpage @@ -27,6 +27,9 @@ html { footer { font-size: .8em; } +code { + font-family: consolas, courier, monospace; +} </style> EOM