Skip to content
Snippets Groups Projects
typography.js 637 B
Newer Older
import Colors from './colors'
import Spacing from './spacing'

  main: 'Jost-400-Book',
  bold : 'Jost-700-Bold',
}

  huge: 40
const title = {
  color: Colors.purple,
  marginVertical: Spacing.large
}

export default {
  mainText: {
    fontFamily: fonts.main,
  subtitle: {
    fontSize: sizes.subtitle,
    ...title
  },
    alignSelf: 'center',
    fontFamily: fonts.bold,
    fontWeight: '700',
    fontSize: sizes.title,
    marginHorizontal: Spacing.base,
    ...title