Add and use Open Sans

This commit is contained in:
Oliver Davies 2019-04-28 18:38:09 +01:00
parent 5ccf080e6c
commit 786bb8afdf
2 changed files with 7 additions and 0 deletions

View file

@ -6,6 +6,7 @@
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
<title>rebuilding-platformsh</title>
<link href="https://fonts.googleapis.com/css?family=Open+Sans:400,600,700" rel="stylesheet">
</head>
<body class="antialiased font-sans bg-gray-200">
<noscript>

View file

@ -7,6 +7,12 @@ module.exports = {
charade: '#2a293c',
'gun-powder': '#414054',
inherit: 'inherit'
},
fontFamily: {
sans: [
'Open Sans',
...defaultConfig.theme.fontFamily.sans
]
}
}
},