From 3abc6631446b0f7ae5c6644bf340f935a27e5954 Mon Sep 17 00:00:00 2001 From: Book Pauk Date: Thu, 24 Jan 2019 22:16:23 +0700 Subject: [PATCH] =?UTF-8?q?=D0=9F=D0=BE=D0=BF=D1=80=D0=B0=D0=B2=D0=BA?= =?UTF-8?q?=D0=B8=20=D0=BD=D0=B0=D1=81=D1=82=D1=80=D0=BE=D0=B5=D0=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/components/Reader/TextPage/TextPage.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/client/components/Reader/TextPage/TextPage.vue b/client/components/Reader/TextPage/TextPage.vue index 49acec3b..ba8cc68b 100644 --- a/client/components/Reader/TextPage/TextPage.vue +++ b/client/components/Reader/TextPage/TextPage.vue @@ -168,7 +168,7 @@ class TextPage extends Vue { //preloaded fonts this.fontShifts = {//% ReaderDefault: 0, - Arial: 5, + Arial: 10, ComicSansMS: -12, OpenSans: 0, Roboto: 0, @@ -186,8 +186,8 @@ class TextPage extends Vue { this.textColor = '#000000'; this.backgroundColor = '#478355'; this.fontStyle = '';// 'bold','italic' - this.fontSize = 35;// px - this.fontName = 'ComicSansMS'; + this.fontSize = 33;// px + this.fontName = 'Tahoma'; this.lineInterval = 7;// px, межстрочный интервал this.textAlignJustify = true;// выравнивание по ширине this.p = 50;// px, отступ параграфа @@ -197,7 +197,7 @@ class TextPage extends Vue { this.showStatusBar = true; this.statusBarTop = false;// top, bottom - this.statusBarHeight = 20;// px + this.statusBarHeight = 19;// px this.statusBarColorAlpha = 0.4; this.pageChangeTransition = '';// '' - нет, downShift, rightShift, thaw - протаивание, blink - мерцание