next-fonts-example icon indicating copy to clipboard operation
next-fonts-example copied to clipboard

How to specify light regular semi bold and bold, and light italic, regular italic, semi bold italic , and bold italic

Open OmarKhattab opened this issue 4 years ago • 0 comments

I want to do something like

font-weight: 300; -> map to light

fontweight:300; font-style: italic -> map to light italic

and so on so in any component where I put font-weight and font-style it knows which one to access.

OmarKhattab avatar May 08 '20 01:05 OmarKhattab