From 5a58890228cbc2b69069a6e2c71c4e3bc3d3fc07 Mon Sep 17 00:00:00 2001 From: Brian Picciano Date: Sat, 21 May 2022 10:30:43 -0600 Subject: Fix code block formatting and clean up extraneous files --- srv/src/http/static/main.css | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'srv/src/http/static/main.css') diff --git a/srv/src/http/static/main.css b/srv/src/http/static/main.css index 726e946..ee8ddca 100644 --- a/srv/src/http/static/main.css +++ b/srv/src/http/static/main.css @@ -7,6 +7,11 @@ html { src: url("overpass-regular.woff") format('woff'); } +@font-face { + font-family: "SourceCodePro"; + src: url(SourceCodePro-VariableFont_wght.ttf); +} + h1, h2, h3, h4, h5, h6, .button-primary, .button { font-family: "Overpass", Helvetica; } @@ -19,6 +24,11 @@ form { margin-bottom: 0; } +code { + font-family: "SourceCodePro", monospace; + background: #f0f0f0; +} + .light { color: #666; } -- cgit v1.2.3