Change font.

This commit is contained in:
g_it 2026-03-31 14:21:55 +02:00
commit 6ccd65a258
Signed by untrusted user who does not match committer: g_it
GPG key ID: A2B0A7C06A054627

View file

@ -78,8 +78,10 @@ CUSTOM_CSS="""
src: url('https://gugulet.hu/technical/git/g_it/site/raw/branch/main/content/assets/fonts/dm-mono.ttf') format('truetype');
}
body { font-family: 'DM Sans', monospace !important; }
code, pre { font-family: 'DM Mono', monospace !important; }
:root {
--scalar-font: 'DM Sans', sans-serif;
--scalar-font-code: 'DM Mono', monospace;
}
"""
app = FastAPI(