Created
September 26, 2019 05:59
-
-
Save 0x1ad2/93ad6dac2590f8c95ff7a6296880a157 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
export default { | |
fonts: { | |
body: 'system-ui, sans-serif', | |
heading: '"Avenir Next", sans-serif', | |
monospace: 'Menlo, monospace', | |
}, | |
colors: { | |
text: '#000', | |
background: '#fff', | |
primary: '#33e', | |
}, | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment