diff options
| author | kj_sh604 | 2026-03-14 00:38:17 -0400 |
|---|---|---|
| committer | kj_sh604 | 2026-03-14 00:38:17 -0400 |
| commit | f0763f404bb27923d36b60765ef9936096377a5e (patch) | |
| tree | 79fd84aa2451387775ab99a6a4b10b931a94e38c /src/templates | |
| parent | c3d3021b07d34e2866de375fc41bd30b03662276 (diff) | |
refactor: `system-ui` font option
Diffstat (limited to 'src/templates')
| -rw-r--r-- | src/templates/index.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/templates/index.html b/src/templates/index.html index 9f3ea9c..490bb82 100644 --- a/src/templates/index.html +++ b/src/templates/index.html @@ -105,6 +105,9 @@ <label> <input type="radio" name="main_font" value="sans" /> sans-serif </label> + <label> + <input type="radio" name="main_font" value="system-ui" /> system-ui + </label> </fieldset> <label for="line_spacing">Line spacing</label> |
