2023-02-19 23:28:33 +01:00

29 lines
507 B
CSS

@font-face {
font-family: 'PressStart';
src: url('/fonts/PressStart2P/PressStart2P-Regular.ttf');
}
@font-face {
font-family: 'BigBlueTerminal';
src: url('/fonts/BigBlueTerminal/BigBlue_TerminalPlus.TTF');
}
@font-face {
font-family: 'x3270';
src: url('/fonts/3270/3270-Regular.ttf');
}
.cm-gutters {
display: none !important;
}
.prose > h1:not(:first-child) {
margin-top: 30px;
}
:root {
--app-height: 100vh;
}
#console-tab,
#samples-tab {
font-family: BigBlueTerminal, monospace;
}