Skip to content

Instantly share code, notes, and snippets.

@jschr
Created November 24, 2016 19:38
Show Gist options
  • Save jschr/34779a0310b5d23997161a4a385dad27 to your computer and use it in GitHub Desktop.
Save jschr/34779a0310b5d23997161a4a385dad27 to your computer and use it in GitHub Desktop.
import fontLatoRegular from './fonts/Lato-Regular.woff2'
import fontLatoBold from './fonts/Lato-Bold.woff2'
export const baseFontSize = '25px'
export const fontFamily = { fontFamily: 'Lato', src: `url(${ fontLatoRegular }) format('woff2')` }
export const fontFamilyBold = { fontFamily: 'Lato-Bold', src: `url(${ fontLatoBold }) format('woff2')` }
export const textColor = '#fff'
export const bgColor = '#fff'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment