ui: swap inter for ibm plex sans, and oxygen mono for ibm plex mono

This commit is contained in:
Jean-Philippe Sirois
2020-11-12 05:23:18 -05:00
parent 100586a34a
commit bfc9cc066b
5 changed files with 12 additions and 12 deletions
+5 -5
View File
@@ -12,16 +12,16 @@ module.exports = {
resolve: `@el7cosmos/gatsby-plugin-prefetch-google-fonts`,
options: {
fonts: [
{
family: `Inter`,
variants: [`400`, `700`],
},
{
family: `Montserrat`,
variants: [`400`, `700`],
},
{
family: `Oxygen Mono`,
family: `IBM+Plex+Sans`,
variants: [`400`, `700`],
},
{
family: `IBM+Plex+Mono`,
variants: [`400`],
},
],