aboutsummaryrefslogtreecommitdiffstats
path: root/src/templates
diff options
context:
space:
mode:
authorkj_sh6042026-03-14 00:38:17 -0400
committerkj_sh6042026-03-14 00:38:17 -0400
commitf0763f404bb27923d36b60765ef9936096377a5e (patch)
tree79fd84aa2451387775ab99a6a4b10b931a94e38c /src/templates
parentc3d3021b07d34e2866de375fc41bd30b03662276 (diff)
refactor: `system-ui` font option
Diffstat (limited to 'src/templates')
-rw-r--r--src/templates/index.html3
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>