testing different preview styles

This commit is contained in:
Greg Gauthier 2025-01-17 11:54:19 +00:00
parent 60ffb56a67
commit 5bbdcea186

View File

@ -79,6 +79,12 @@
font-style: auto; font-style: auto;
} }
@font-face {
font-family: "FLexi IBM VGA True CP437";
src: url("../font/Flexi_IBM_VGA_True_437.ttf") format("truetype");
font-style: auto;
}
@font-face { @font-face {
font-family: "IBM 3270"; font-family: "IBM 3270";
src: url("../font/3270-Regular.otf") format("opentype"); src: url("../font/3270-Regular.otf") format("opentype");
@ -358,7 +364,7 @@ pre.decterm {
overflow-x: auto; overflow-x: auto;
} }
pre.dos { pre.dos {
font-family: "FLexi IBM VGA True", monospace; font-family: "FLexi IBM VGA True CP437", monospace;
font-size: 16pt; font-size: 16pt;
color: #E5E4E5; color: #E5E4E5;
margin-left: 20px; margin-left: 20px;
@ -397,6 +403,7 @@ pre.atari {
overflow-wrap: break-word; overflow-wrap: break-word;
color: #f2f2f2; color: #f2f2f2;
} }
.codeblock-atari div { .codeblock-atari div {
width: 87%; width: 87%;
border: solid yellow 2px; border: solid yellow 2px;
@ -438,9 +445,9 @@ a:active {
} }
code { code {
font-family: "Source Code Pro Medium", monospace; font-family: "Classic Console Neue", monospace;
font-size: inherit; font-size: inherit;
/* color: #fdd461; */ color: #fdd461;
background: #524646; background: #524646;
line-height: 1.15; line-height: 1.15;
} }