diff options
| author | Paul Buetow <paul@buetow.org> | 2026-05-01 22:14:46 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-05-01 22:14:46 +0300 |
| commit | 9058517557a6c47898b792a9b174c970c4d7d754 (patch) | |
| tree | 5a9963fee8352e2aee8e0c3a928fbe74c1b87afd /internal | |
| parent | 107cd709bd470e0ef972d2cbd686d8888c3550e4 (diff) | |
Document brutalist system fonts for task a
Diffstat (limited to 'internal')
| -rw-r--r-- | internal/generator/templates/themes/brutalist/theme.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/generator/templates/themes/brutalist/theme.css b/internal/generator/templates/themes/brutalist/theme.css index a6e75a3..c8b415a 100644 --- a/internal/generator/templates/themes/brutalist/theme.css +++ b/internal/generator/templates/themes/brutalist/theme.css @@ -1,3 +1,4 @@ + /* Brutalist authenticity: use raw system fonts instead of bundled custom font assets. */ :root { --red:#ff2200; } * { margin:0; padding:0; box-sizing:border-box; } body { font-family:Impact,'Arial Narrow',Arial,sans-serif; |
