mirror of
https://github.com/eliasstepanik/strudel.git
synced 2026-01-14 15:18:30 +00:00
29 lines
507 B
CSS
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;
|
|
}
|