summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-04-08 14:26:26 +0300
committerAndrew Dolgov <[email protected]>2021-04-08 14:26:26 +0300
commit787cb6732840a7f0bb1d28bd076e8d16f329a59a (patch)
tree665cb8bdc84015f791d217ab87fd4cd3aaa41830
parentcf0a1c1660def430cf50e1c2336c2de76b5d89ef (diff)
reader: add system UI font
-rw-r--r--read.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/read.html b/read.html
index 5ae6887..c55de31 100644
--- a/read.html
+++ b/read.html
@@ -63,6 +63,7 @@
<option>Times New Roman</option>
<option>Georgia</option>
<option>Courier New</option>
+ <option value="system-ui">System UI</option>
</select>
</div>
</div>