Skip to content

Instantly share code, notes, and snippets.

import React from 'react'
import PropTypes from 'prop-types'
import styled, { css } from 'styled-components'
import { font, palette } from 'styled-theme'
const fontSize = ({ level }) => `${0.75 + (1 * (1 / level))}rem`
const styles = css`
font-family: ${font('primary')};
font-weight: 500;