Advertisement
Guest User

Untitled

a guest
Oct 14th, 2019
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. export default {
  2. fonts: {
  3. body: 'system-ui, sans-serif',
  4. heading: '"Avenir Next", sans-serif',
  5. monospace: 'Menlo, monospace',
  6. },
  7. colors: {
  8. text: '#000',
  9. background: '#fff',
  10. primary: '#33e',
  11. },
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement