use terminal font for console + samples

This commit is contained in:
Felix Roos 2023-02-19 23:28:33 +01:00
parent 89cd0c769b
commit 7716574076
2 changed files with 13 additions and 2 deletions

View file

@ -21,3 +21,8 @@
:root {
--app-height: 100vh;
}
#console-tab,
#samples-tab {
font-family: BigBlueTerminal, monospace;
}