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

Commit

Permalink
[FIX] Font url
Browse files Browse the repository at this point in the history
  • Loading branch information
RomainCscn committed Jan 24, 2018
1 parent 2103119 commit ce8fd75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/v4/customize_style.html
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@
}

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

0 comments on commit ce8fd75

Please sign in to comment.