changed chatty-pub-files url to be secure
This commit is contained in:
parent
c9981b5acc
commit
f86b6936d2
1 changed files with 1 additions and 1 deletions
|
|
@ -62,7 +62,7 @@ let font = (content) => {
|
|||
let filename = getFilename(path);
|
||||
let ext = filename.split(".").pop();
|
||||
font.src =
|
||||
"http://chatty-pub-files.hackersanddesigners.nl/files" + path;
|
||||
"https://chatty-pub-files.hackersanddesigners.nl/files" + path;
|
||||
font.format = getFormat(ext);
|
||||
font.family = filename.replace(".", "_");
|
||||
return font;
|
||||
|
|
|
|||
Loading…
Reference in a new issue