summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2024-01-11 09:23:28 +0300
committerAndrew Dolgov <[email protected]>2024-01-11 09:23:28 +0300
commit008e12288991a3547dd574c74280c898840a8010 (patch)
tree229056264f665ab9d86cd52c2f207d11a58f74ba
parent78f1ac137639d1674e3bcf4078bbc1076773e94f (diff)
more standard fonts
-rw-r--r--read.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/read.html b/read.html
index 8e3fdb1..d0fc952 100644
--- a/read.html
+++ b/read.html
@@ -59,6 +59,9 @@
<div class="col-sm-9">
<select class="font_family form-control" onchange="Reader.Settings.onFontChanged(this)">
<option>Arial</option>
+ <option>Calibri</option>
+ <option>Cambria</option>
+ <option>Consolas</option>
<option>Times New Roman</option>
<option>Georgia</option>
<option>Monaco</option>