Skip to content

Instantly share code, notes, and snippets.

@evdama
Created July 15, 2019 04:32
Show Gist options
  • Select an option

  • Save evdama/a1fcb354d76c13d436c6f8b6bbcf0d94 to your computer and use it in GitHub Desktop.

Select an option

Save evdama/a1fcb354d76c13d436c6f8b6bbcf0d94 to your computer and use it in GitHub Desktop.
with new google fonts now
const colors = {
'primary-blue': '#0e2730'
};
module.exports = {
theme: {
container: {
center: true,
padding: '2rem',
},
extend: {
fontFamily: {
'roboto': [ "'Roboto'", 'sans-serif' ],
'montserrat': [ "'Montserrat'", 'sans-serif' ]
},
}
},
variants: {},
plugins: []
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment