From 70ae5846c53117269e7d798c1f69ad28c8051bbd Mon Sep 17 00:00:00 2001 From: Mark MacKay Date: Thu, 10 Dec 2020 15:19:25 -0600 Subject: [PATCH] font changes --- dist/all.css | 6 +++--- dist/all.js | 4 ++-- dist/index.html | 12 ++++++------ src/css/fonts.css | 2 +- src/index.html | 2 +- src/js/method-draw.js | 2 +- src/js/svgcanvas.js | 2 +- 7 files changed, 15 insertions(+), 15 deletions(-) diff --git a/dist/all.css b/dist/all.css index 508e84f..a0b2498 100755 --- a/dist/all.css +++ b/dist/all.css @@ -583,21 +583,21 @@ div.jGraduate_Slider img { } @font-face { - font-family: 'Bair'; + font-family: 'Bankoli'; src: url('font-files/bair.ttf') format('truetype'); font-weight: normal; font-style: normal; } @font-face { - font-family: 'MPlus'; + font-family: 'Rounded MPlus 1c'; src: url('font-files/MPLUSRounded1c-Regular.ttf') format('truetype'); font-weight: normal; font-style: normal; } @font-face { - font-family: 'NotoSerifJP'; + font-family: 'Noto Serif JP'; src: url('font-files/NotoSerifJP-Regular.otf') format('opentype'); font-weight: normal; font-style: normal; diff --git a/dist/all.js b/dist/all.js index 4aca19e..b4ab5ef 100644 --- a/dist/all.js +++ b/dist/all.js @@ -7195,7 +7195,7 @@ $.extend(all_properties.text, { fill: "#000000", stroke_width: 0, font_size: 24, - font_family: 'Bair, sans-serif' + font_family: 'Bankoli, sans-serif' }); // Current shape style properties @@ -16185,7 +16185,7 @@ window.methodDraw = function() { showRulers: (svgedit.browser.isTouch()) ? false : true, show_outside_canvas: false, no_save_warning: true, - initFont: 'Bair, sans-serif' + initFont: 'Bankoli, sans-serif' }; var customHandlers = {}; Editor.curConfig = curConfig; diff --git a/dist/index.html b/dist/index.html index 975ff75..936032d 100644 --- a/dist/index.html +++ b/dist/index.html @@ -10,7 +10,7 @@ - + @@ -275,13 +275,13 @@
Font -
Bair
+
Bankoli
B
i
@@ -634,7 +634,7 @@
- + diff --git a/src/css/fonts.css b/src/css/fonts.css index 905399f..68567dd 100755 --- a/src/css/fonts.css +++ b/src/css/fonts.css @@ -6,7 +6,7 @@ } @font-face { - font-family: 'M PLUS Rounded 1c'; + font-family: 'Rounded MPlus 1c'; src: url('font-files/MPLUSRounded1c-Regular.ttf') format('truetype'); font-weight: normal; font-style: normal; diff --git a/src/index.html b/src/index.html index 8a8a903..a2d9be8 100644 --- a/src/index.html +++ b/src/index.html @@ -293,7 +293,7 @@
B
diff --git a/src/js/method-draw.js b/src/js/method-draw.js index bcf3934..61f28a8 100644 --- a/src/js/method-draw.js +++ b/src/js/method-draw.js @@ -22,7 +22,7 @@ window.methodDraw = function() { showRulers: (svgedit.browser.isTouch()) ? false : true, show_outside_canvas: false, no_save_warning: true, - initFont: 'Bair, sans-serif' + initFont: 'Bankoli, sans-serif' }; var customHandlers = {}; Editor.curConfig = curConfig; diff --git a/src/js/svgcanvas.js b/src/js/svgcanvas.js index b4b077e..545b874 100644 --- a/src/js/svgcanvas.js +++ b/src/js/svgcanvas.js @@ -207,7 +207,7 @@ $.extend(all_properties.text, { fill: "#000000", stroke_width: 0, font_size: 24, - font_family: 'Bair, sans-serif' + font_family: 'Bankoli, sans-serif' }); // Current shape style properties