App fonts match current Apollo branding.
This commit is contained in:
parent
fb20bb0859
commit
fc2fbbb077
@ -13,7 +13,8 @@ const Page = ({ title, children }) => (
|
|||||||
{children}
|
{children}
|
||||||
<style jsx global>{`
|
<style jsx global>{`
|
||||||
html {
|
html {
|
||||||
font-family: sans-serif;
|
font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial,
|
||||||
|
sans-serif;
|
||||||
color: white;
|
color: white;
|
||||||
background-color: #22a699;
|
background-color: #22a699;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user