diff --git a/website/src/pages/index.astro b/website/src/pages/index.astro index 8d673c37..40a1a03f 100644 --- a/website/src/pages/index.astro +++ b/website/src/pages/index.astro @@ -8,7 +8,7 @@ import { Repl } from '../repl/Repl.jsx'; Strudel REPL - + diff --git a/website/src/styles/index.css b/website/src/styles/index.css index 5c95a662..cd90e974 100644 --- a/website/src/styles/index.css +++ b/website/src/styles/index.css @@ -1,3 +1,8 @@ +@font-face { + font-family: 'PressStart'; + src: url('/fonts/PressStart2P/PressStart2P-Regular.ttf'); +} + .cm-gutters { display: none !important; } @@ -5,3 +10,6 @@ .prose > h1:not(:first-child) { margin-top: 30px; } +:root { + --app-height: 100vh; +}