0.2.16

font-weight

text


Values

$bb-font-weight-values: (
'100': 100,
'200': 200,
'300': 300,
'400': 400,
'500': 500,
'600': 600,
'700': 700,
'800': 800,
'900': 900,
'bold': bold,
'normal': normal
);

Config

$bb-font-weight-config: (
'name': 'fw',
'prop': 'font-weight',
'values': $bb-font-weight-values
);