mirror of
https://github.com/Stone-Red-Code/website.git
synced 2026-09-07 23:43:57 +02:00
ui: swap inter for ibm plex sans, and oxygen mono for ibm plex mono
This commit is contained in:
+5
-5
@@ -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`],
|
||||
},
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user