changed chatty-pub-files url to be secure

This commit is contained in:
كارل مبارك 2023-09-15 17:14:51 +02:00
parent c9981b5acc
commit f86b6936d2

View file

@ -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;