Kaynağa Gözat

Update index.js

digitalcatholic 5 yıl önce
ebeveyn
işleme
37b2e0d9f3
No account linked to committer's email
1 değiştirilmiş dosya ile 2 ekleme ve 1 silme
  1. 2 1
      settings/index.js

+ 2 - 1
settings/index.js Dosyayı Görüntüle

@@ -26,6 +26,7 @@ module.exports = {
26 26
     { family: "Source Sans Pro", file: path.join(__dirname, "fonts", "SourceSansPro-Light.ttf"), weight: 300 },
27 27
     { family: "Source Sans Pro", file: path.join(__dirname, "fonts", "SourceSansPro-Bold.ttf"), weight: "bold" },
28 28
     { family: "Source Sans Pro", file: path.join(__dirname, "fonts", "SourceSansPro-Italic.ttf"), style: "italic" },
29
-    { family: "Source Sans Pro", file: path.join(__dirname, "fonts", "SourceSansPro-BoldItalic.ttf"), weight: "bold", style: "italic" }
29
+    { family: "Source Sans Pro", file: path.join(__dirname, "fonts", "SourceSansPro-BoldItalic.ttf"), weight: "bold", style: "italic" },
30
+    { family: "Montserrat", file: path.join(__dirname, "fonts", "Montserrat-Medium.ttf") }
30 31
   ]
31 32
 };