Quellcode durchsuchen

Update index.js

digitalcatholic vor 5 Jahren
Ursprung
Commit
37b2e0d9f3
Es ist kein Account mit dieser Commiter-Email verbunden
1 geänderte Dateien mit 2 neuen und 1 gelöschten Zeilen
  1. 2 1
      settings/index.js

+ 2 - 1
settings/index.js Datei anzeigen

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