Добавил шрифт Avrile

This commit is contained in:
Book Pauk
2019-01-25 19:45:45 +07:00
parent 3d55ad2291
commit bdf0388049
4 changed files with 13 additions and 2 deletions

View File

@@ -291,4 +291,10 @@ body, html, #app {
src: url('fonts/rubik.woff2') format('woff2');
}
@font-face {
font-family: 'Avrile';
src: url('fonts/avrile.woff') format('woff'),
url('fonts/avrile.ttf') format('truetype');
}
</style>

View File

@@ -101,10 +101,13 @@ class TextPage extends Vue {
this.fontShifts = {//%
ReaderDefault: 0,
Roboto: 0,
OpenSans: 0
OpenSans: 0,
Archivo: 0,
Rubik: 0,
Avrile: -10,
}
if (!this.fontShifts.hasOwnProperty(this.fontName))
this.fontShifts[this.fontName] = 0;
this.fontShifts[this.fontName] = this.fontVertShift;
this.fontList = [];
for (let fontName in this.fontShifts)
this.fontList.push(`12px ${fontName}`);
@@ -234,6 +237,8 @@ class TextPage extends Vue {
this.fontSize = 35;// px
this.fontName = 'Archivo';
this.fontCssUrl = '';
this.fontVertShift = 0;
this.lineInterval = 7;// px, межстрочный интервал
this.textAlignJustify = true;// выравнивание по ширине
this.p = 50;// px, отступ параграфа

Binary file not shown.

Binary file not shown.