Commit c530c15b authored by Nick's avatar Nick

fix: page source id + font

parent 7a09601a
...@@ -66,7 +66,7 @@ export default { ...@@ -66,7 +66,7 @@ export default {
pre > code { pre > code {
box-shadow: none; box-shadow: none;
color: mc('grey', '800'); color: mc('grey', '800');
font-family: 'Source Code Pro', sans-serif; font-family: 'Roboto Mono', sans-serif;
font-weight: 400; font-weight: 400;
font-size: 1rem; font-size: 1rem;
......
...@@ -5,7 +5,7 @@ block head ...@@ -5,7 +5,7 @@ block head
block body block body
#root #root
page-source( page-source(
page-id=page.id :page-id=page.id
locale=page.localeCode locale=page.localeCode
path=page.path path=page.path
)= page.content )= page.content
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment