feature: add fonts on docz

This commit is contained in:
eliabejr 2019-01-10 14:50:27 -03:00
parent ef56a6d241
commit 28951cd218
1 changed files with 8 additions and 0 deletions

View File

@ -12,6 +12,14 @@ export default {
rel: 'stylesheet',
href: 'https://fonts.googleapis.com/css?family=PT+Sans:400,700',
},
{
rel: 'stylesheet',
href: 'https://fonts.googleapis.com/css?family=Source+Code+Pro',
},
{
rel: 'stylesheet',
href: 'https://fonts.googleapis.com/css?family=Roboto:300,400,700',
},
],
},
body: {