ソースを参照

Убрал дебаг

Book Pauk 4 年 前
コミット
b9d7a6a3bb
1 ファイル変更0 行追加1 行削除
  1. 0 1
      client/store/modules/reader.js

+ 0 - 1
client/store/modules/reader.js

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