From 0efbc552b7dcaea58d7b522268ff2d020fa2c3f8 Mon Sep 17 00:00:00 2001 From: Jason McBrayer Date: Mon, 22 Jul 2019 13:56:53 -0400 Subject: [PATCH] Use DEC Terminal Modern in vt240-xxxx themes if available --- brutaldon/static/css/vt240don-amber.css | 2 +- brutaldon/static/css/vt240don-green.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/brutaldon/static/css/vt240don-amber.css b/brutaldon/static/css/vt240don-amber.css index 9a487a6..648cdb8 100644 --- a/brutaldon/static/css/vt240don-amber.css +++ b/brutaldon/static/css/vt240don-amber.css @@ -1,5 +1,5 @@ html, a, div, div.notification, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, menu, nav, section, time, mark, audio, video, details, summary, h1.title, h2.subtitle { - font-family: Terminus, Inconsolata, Consolas, "Droid Sans Mono", "DejaVu Sans Mono", "Monaco", monospace; + font-family: "DEC Terminal Modern", Terminus, Inconsolata, Consolas, "Droid Sans Mono", "DejaVu Sans Mono", "Monaco", monospace; color: #ff7700; background-color: #000000; font-size: medium; diff --git a/brutaldon/static/css/vt240don-green.css b/brutaldon/static/css/vt240don-green.css index dc7c01d..400e4f3 100644 --- a/brutaldon/static/css/vt240don-green.css +++ b/brutaldon/static/css/vt240don-green.css @@ -1,5 +1,5 @@ html, body, a, div, div.notification, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, menu, nav, section, time, mark, audio, video, details, summary, h1.title, h2.subtitle { - font-family: Terminus, Inconsolata, Consolas, "Droid Sans Mono", "DejaVu Sans Mono", "Monaco", monospace; + font-family: "DEC Terminal Modern", Terminus, Inconsolata, Consolas, "Droid Sans Mono", "DejaVu Sans Mono", "Monaco", monospace; color: #00ff77; background-color: #000; font-size: medium;