diff --git a/client/components/source.vue b/client/components/source.vue index f6d5775a..2ea10268 100644 --- a/client/components/source.vue +++ b/client/components/source.vue @@ -66,7 +66,7 @@ export default { pre > code { box-shadow: none; color: mc('grey', '800'); - font-family: 'Source Code Pro', sans-serif; + font-family: 'Roboto Mono', sans-serif; font-weight: 400; font-size: 1rem; diff --git a/server/views/source.pug b/server/views/source.pug index 55d56ffc..f0380b81 100644 --- a/server/views/source.pug +++ b/server/views/source.pug @@ -5,7 +5,7 @@ block head block body #root page-source( - page-id=page.id + :page-id=page.id locale=page.localeCode path=page.path )= page.content