Убрал дебаг

This commit is contained in:
Book Pauk
2021-02-09 21:00:51 +07:00
parent 1e5375f8f9
commit b9d7a6a3bb

View File

@@ -95,7 +95,6 @@ const fonts = [
//webFonts: [{css: 'https://fonts.googleapis.com/css?family=Alegreya', name: 'Alegreya', fontVertShift: 0}, ...],
const webFonts = [];
for (const family of googleFonts) {
console.log(`https://fonts.googleapis.com/css?family=${family.replace(/\s/g, '+')}`);
webFonts.push({
css: `https://fonts.googleapis.com/css?family=${family.replace(/\s/g, '+')}`,
name: family,