summaryrefslogtreecommitdiff
path: root/read.html
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-04-13 11:21:36 +0300
committerAndrew Dolgov <[email protected]>2021-04-13 11:21:36 +0300
commitb57adffcaeff9488d1a15eeaea5f54583f9396ef (patch)
treef067a92e01df5214759fe626ae054fbdc33be3be /read.html
parentfc79ba314eca4748ede798ea628489ce91b13177 (diff)
hide caecilia if ttf is not available
Diffstat (limited to 'read.html')
-rw-r--r--read.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/read.html b/read.html
index 671a50e..ea813f6 100644
--- a/read.html
+++ b/read.html
@@ -59,7 +59,7 @@
<div class="col-sm-9">
<select class="font_family form-control" onchange="Reader.Settings.onFontChanged(this)">
<option>Arial</option>
- <option>Caecilia</option>
+ <option value="Caecilia">Caecilia</option>
<option>Times New Roman</option>
<option>Georgia</option>
<option>Courier New</option>