Add website

This commit is contained in:
Andros Fenollosa
2020-04-10 13:55:02 +02:00
parent b27b9f700d
commit 5154e75cc3
12 changed files with 46272 additions and 0 deletions

18
docs/tailwind.config.js Normal file
View File

@@ -0,0 +1,18 @@
module.exports = {
theme: {
fontFamily: {
display: ['Source Sans Pro', 'sans-serif'],
body: ['Martel Sans', 'sans-serif'],
},
extend: {
colors: {
orange: '#e95527',
bluedark: '#2364aa',
blue: '#3da5d9',
yellow: '#fec601'
}
}
},
variants: {},
plugins: []
}