App fonts match current Apollo branding.

This commit is contained in:
Jayden Seric 2017-11-20 00:34:29 +11:00
parent fb20bb0859
commit fc2fbbb077

View File

@ -13,7 +13,8 @@ const Page = ({ title, children }) => (
{children}
<style jsx global>{`
html {
font-family: sans-serif;
font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial,
sans-serif;
color: white;
background-color: #22a699;
}