Skip to content
This repository was archived by the owner on Jan 4, 2021. It is now read-only.

Commit ce8fd75

Browse files
committed
[FIX] Font url
1 parent 2103119 commit ce8fd75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/v4/customize_style.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@
249249
}
250250

251251
fontsElement.options.length = 0;
252-
request('http://webdemoapi.myscript.com/api/v4.0/iink/font/google/language/' + currentLanguage)
252+
request('https://webdemoapi.myscript.com/api/v4.0/iink/font/google/language/' + currentLanguage)
253253
.then(function(e) {
254254
res = JSON.parse(e.target.responseText).result;
255255
Object.keys(res).forEach(function (index) {

0 commit comments

Comments
 (0)