font-family: heading?
Author: stoplionCreated Apr 7, 2020Updated Mar 4, 2021
// latest rebass
import { Heading } from 'rebass';
//index.jsx
<Heading>{name}</Heading>
//inspect css styles
font-family: heading;
font-weight: heading;
line-height: heading;Is this expected?
Source: rebassjs/rebass