Typography
Usage
import { typography } from '@sky-uk/ui-core'${typography('body')}// returns{fontSize: '18px',lineHeight: '28px'},
Available Sizes
Name | fontSize | lineHeight |
---|---|---|
display-1 | 80px | 104px |
display-2 | 64px | 84px |
display-3 | 48px | 64px |
display-4 | 40px | 52px |
display-5 | 28px | 40px |
display-6 | 20px | 24px |
display-7 | 16px | 20px |
body-lg | 20px | 32px |
body | 18px | 28px |
body-sm | 16px | 24px |
legal | 14px | 24px |