Skip to content

Instantly share code, notes, and snippets.

@0x1ad2
Created September 26, 2019 05:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save 0x1ad2/93ad6dac2590f8c95ff7a6296880a157 to your computer and use it in GitHub Desktop.
Save 0x1ad2/93ad6dac2590f8c95ff7a6296880a157 to your computer and use it in GitHub Desktop.
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