summaryrefslogtreecommitdiff
path: root/read.html
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2019-07-29 13:35:58 +0300
committerAndrew Dolgov <[email protected]>2019-07-29 13:35:58 +0300
commitd414aa5084a05d92209781a602efbf520ebf10e3 (patch)
treeca944978cf544973e23adca226c904fbba916c8e /read.html
parent240913c16f02b85e56e2b02a98f4cc0fbdb3d750 (diff)
fix issues with font-family with spaces; add caecilia
Diffstat (limited to 'read.html')
-rw-r--r--read.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/read.html b/read.html
index 46b3fdd..8ba395a 100644
--- a/read.html
+++ b/read.html
@@ -39,7 +39,8 @@
<div class="col-sm-9">
<select class="font_family form-control" onchange="apply_font(this)">
<option>Arial</option>
- <option>Times New Roman</option>
+ <option>Caecilia</option>
+ <option>Times New Roman</option>
<option>Georgia</option>
<option>Courier New</option>
</select>