testing different preview styles

This commit is contained in:
Greg Gauthier 2025-01-17 12:35:20 +00:00
parent b2c6536d6f
commit a0e45773a5
2 changed files with 8 additions and 2 deletions

View File

@ -73,6 +73,12 @@
font-style: auto; font-style: auto;
} }
@font-face {
font-family: "IBM VGA 9x16";
src: url("../font/Ac437_IBM_VGA_9x16.ttf") format("truetype");
font-style: auto;
}
@font-face { @font-face {
font-family: "FLexi IBM VGA True"; font-family: "FLexi IBM VGA True";
src: url("../font/Flexi_IBM_VGA_True.ttf") format("truetype"); src: url("../font/Flexi_IBM_VGA_True.ttf") format("truetype");
@ -364,8 +370,8 @@ pre.decterm {
overflow-x: auto; overflow-x: auto;
} }
pre.dos { pre.dos {
font-family: "FLexi IBM VGA True CP437", monospace; font-family: "IBM VGA 9x16", monospace;
font-size: 16pt; font-size: 14pt;
color: #E5E4E5; color: #E5E4E5;
margin-left: 20px; margin-left: 20px;
background: #0C0C0C; background: #0C0C0C;

BIN
font/Ac437_IBM_VGA_9x16.ttf Normal file

Binary file not shown.