testing different preview styles

This commit is contained in:
Greg Gauthier 2025-01-17 11:09:49 +00:00
parent e066072035
commit 8c7b6dbb5a

View File

@ -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;