From 8c7b6dbb5a4db49559b294c64c1cf72a73f9c041 Mon Sep 17 00:00:00 2001 From: Greg Gauthier Date: Fri, 17 Jan 2025 11:09:49 +0000 Subject: [PATCH] testing different preview styles --- css/retro.css | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/css/retro.css b/css/retro.css index 83934b2..b38b733 100644 --- a/css/retro.css +++ b/css/retro.css @@ -73,6 +73,12 @@ font-style: auto; } +@font-face { + font-family: "FLexi IBM VGA True"; + src: url("../font/Flexi_IBM_VGA_True.ttf") format("truetype"); + font-style: auto; +} + @font-face { font-family: "IBM 3270"; src: url("../font/3270-Regular.otf") format("opentype"); @@ -352,10 +358,10 @@ pre.decterm { overflow-x: auto; } pre.dos { - font-family: "VT323 Regular", monospace; + font-family: "FLexi IBM VGA True", monospace; font-size: 13pt; margin-left: 20px; - background: #524646; + background: #0C0C0C; border-left: 3px solid #000000; border-right: 3px solid #000000; border-top: 3px solid #000000;