Add and use Open Sans
This commit is contained in:
parent
5ccf080e6c
commit
786bb8afdf
2 changed files with 7 additions and 0 deletions
|
@ -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>
|
||||
|
|
|
@ -7,6 +7,12 @@ module.exports = {
|
|||
charade: '#2a293c',
|
||||
'gun-powder': '#414054',
|
||||
inherit: 'inherit'
|
||||
},
|
||||
fontFamily: {
|
||||
sans: [
|
||||
'Open Sans',
|
||||
...defaultConfig.theme.fontFamily.sans
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue