Убрал дебаг
This commit is contained in:
@@ -95,7 +95,6 @@ const fonts = [
|
|||||||
//webFonts: [{css: 'https://fonts.googleapis.com/css?family=Alegreya', name: 'Alegreya', fontVertShift: 0}, ...],
|
//webFonts: [{css: 'https://fonts.googleapis.com/css?family=Alegreya', name: 'Alegreya', fontVertShift: 0}, ...],
|
||||||
const webFonts = [];
|
const webFonts = [];
|
||||||
for (const family of googleFonts) {
|
for (const family of googleFonts) {
|
||||||
console.log(`https://fonts.googleapis.com/css?family=${family.replace(/\s/g, '+')}`);
|
|
||||||
webFonts.push({
|
webFonts.push({
|
||||||
css: `https://fonts.googleapis.com/css?family=${family.replace(/\s/g, '+')}`,
|
css: `https://fonts.googleapis.com/css?family=${family.replace(/\s/g, '+')}`,
|
||||||
name: family,
|
name: family,
|
||||||
|
|||||||
Reference in New Issue
Block a user