diff --git a/doczrc.js b/doczrc.js index 58253d9..6a61d60 100644 --- a/doczrc.js +++ b/doczrc.js @@ -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', + }, + ], + }, + }, };