testing different preview styles
This commit is contained in:
parent
e066072035
commit
8c7b6dbb5a
@ -73,6 +73,12 @@
|
|||||||
font-style: auto;
|
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-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");
|
||||||
@ -352,10 +358,10 @@ pre.decterm {
|
|||||||
overflow-x: auto;
|
overflow-x: auto;
|
||||||
}
|
}
|
||||||
pre.dos {
|
pre.dos {
|
||||||
font-family: "VT323 Regular", monospace;
|
font-family: "FLexi IBM VGA True", monospace;
|
||||||
font-size: 13pt;
|
font-size: 13pt;
|
||||||
margin-left: 20px;
|
margin-left: 20px;
|
||||||
background: #524646;
|
background: #0C0C0C;
|
||||||
border-left: 3px solid #000000;
|
border-left: 3px solid #000000;
|
||||||
border-right: 3px solid #000000;
|
border-right: 3px solid #000000;
|
||||||
border-top: 3px solid #000000;
|
border-top: 3px solid #000000;
|
||||||
|
Loading…
Reference in New Issue
Block a user