feature: add htmlContext in doczrc

This commit is contained in:
George Lima 2018-12-05 15:12:04 -03:00
parent 70f9707273
commit 641e299c3a
1 changed files with 10 additions and 0 deletions

View File

@ -5,4 +5,14 @@ export default {
title: 'Zcash Foundation',
description: 'Zcash Foundation User Interface Styleguide',
plugins: [css()],
htmlContext: {
head: {
links: [
{
rel: 'stylesheet',
href: 'https://fonts.googleapis.com/css?family=PT+Sans:400,700',
},
],
},
},
};