UNPKG
fannypack-v5
Version:
latest (5.0.0-rc.7)
5.0.0-rc.7
5.0.0-rc.0
An accessible, composable, and friendly React UI Kit
github.com/fannypackui
fannypackui/fannypack
fannypack-v5
/
src
/
theme
/
fontSizes.ts
17 lines
(15 loc)
•
256 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
import
{
FontSizeThemeConfig
}
from
'../types'
;
export default (overrides:
FontSizeThemeConfig)
=>
({
100:
0.75
,
150:
0.875
,
200:
1
,
250:
1.125
,
300:
1.25
,
400:
1.5
,
500:
2
,
600:
2.5
,
700:
3
,
800:
3.75
,
900:
4.5
,
...overrides,
});