diff options
Diffstat (limited to '_quarto.yml')
| -rw-r--r-- | _quarto.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/_quarto.yml b/_quarto.yml index 766110e..02d2065 100644 --- a/_quarto.yml +++ b/_quarto.yml @@ -8,5 +8,10 @@ format: theme: none minimal: true embed-resources: true + css: terminal.css + include-in-header: + # Optional: Import a proper dev font from Google Fonts + text: | + <link href="https://fonts.googleapis.com/css2?family=JetBrains+Mono&display=swap" rel="stylesheet"> plain: output-ext: txt # This forces the extension to .txt instead of .plain |
