Bladeren bron

Update index.js

digitalcatholic 5 jaren geleden
bovenliggende
commit
37b2e0d9f3
Geen account gekoppeld aan de committers e-mail
1 gewijzigde bestanden met toevoegingen van 2 en 1 verwijderingen
  1. 2 1
      settings/index.js

+ 2 - 1
settings/index.js Bestand weergeven

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