summaryrefslogtreecommitdiff
path: root/read.html
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2017-03-23 16:47:21 +0300
committerAndrew Dolgov <[email protected]>2017-03-23 16:47:21 +0300
commit42aa0086d526930a5ce77e0b024ffede71bd4c82 (patch)
tree6878df5953c893fda7e29702c73a8db23a664fa5 /read.html
parent4800a709499573c7f3f3a9f86b6bdc9922262500 (diff)
force text-align: justify
Diffstat (limited to 'read.html')
-rw-r--r--read.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/read.html b/read.html
index 1a06baa..b26947e 100644
--- a/read.html
+++ b/read.html
@@ -374,6 +374,8 @@
book.setStyle("fontFamily", fontFamily);
book.setStyle("lineHeight", lineHeight);
+ book.setStyle("textAlign", "justify");
+
});