From 7169442444ee76c4f46dbe5c83cbf31058d74eb4 Mon Sep 17 00:00:00 2001 From: Aaron LI Date: Mon, 7 Nov 2016 16:14:41 +0800 Subject: webui: Use code (monospace font) style for some text inputs --- fg21sim/webui/static/css/fonts.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fg21sim/webui/static/css/fonts.css') diff --git a/fg21sim/webui/static/css/fonts.css b/fg21sim/webui/static/css/fonts.css index 3a11207..658eac9 100644 --- a/fg21sim/webui/static/css/fonts.css +++ b/fg21sim/webui/static/css/fonts.css @@ -59,6 +59,6 @@ body { font-family: 'SourceSansPro', sans-serif; } -pre { +pre, .code { font-family: 'SourceCodePro', monospace; } -- cgit v1.2.2