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

This commit is contained in:
Book Pauk
2019-01-26 11:12:54 +07:00
parent c32a12e61f
commit c30cf67b50
4 changed files with 8 additions and 1 deletions

View File

@@ -105,6 +105,7 @@ class TextPage extends Vue {
Rubik: 0,
Avrile: -10,
Arimo: 0,
GEO_1: 10,
}
if (!this.fontShifts.hasOwnProperty(this.fontName))
this.fontShifts[this.fontName] = this.fontVertShift;
@@ -235,7 +236,7 @@ class TextPage extends Vue {
this.backgroundColor = '#478355';
this.fontStyle = '';// 'bold','italic'
this.fontSize = 35;// px
this.fontName = 'Arimo';
this.fontName = 'GEO_1';
this.fontCssUrl = '';
this.fontVertShift = 0;