summaryrefslogtreecommitdiff
path: root/read.html
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2024-01-11 09:20:27 +0300
committerAndrew Dolgov <[email protected]>2024-01-11 09:20:27 +0300
commit78f1ac137639d1674e3bcf4078bbc1076773e94f (patch)
tree95f7afb48ade182056b1e3a5975ff23bc82c9bd4 /read.html
parent2e632013abf40efec14ec4b070691d74f8b82532 (diff)
remove caecilia hacks, normalize fonts list a bit
Diffstat (limited to 'read.html')
-rw-r--r--read.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/read.html b/read.html
index dcc9ce8..8e3fdb1 100644
--- a/read.html
+++ b/read.html
@@ -59,10 +59,11 @@
<div class="col-sm-9">
<select class="font_family form-control" onchange="Reader.Settings.onFontChanged(this)">
<option>Arial</option>
- <option value="Caecilia">Caecilia</option>
<option>Times New Roman</option>
<option>Georgia</option>
- <option>Courier New</option>
+ <option>Monaco</option>
+ <option value="monospace">Monospace</option>
+ <option>Palatino</option>
<option value="system-ui">System UI</option>
</select>
</div>