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
/
es
/
theme
/
fontWeights.js
12 lines
(9 loc)
•
229 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
import { _
as
_objectSpread2 }
from
'../chunk-0c448560.js'
;
var
fontWeights = (
function
(
overrides
)
{
return
_objectSpread2
({
normal
:
400
,
semibold
:
600
,
bold
:
700
}, overrides); }); export
default
fontWeights;