I want to use Poppins of different styles like thin100, medium500...but I'm not able to find it anywhere on docs to do this.
fontFamily:{
'poppins' :'Poppins','sans-serif'
}
this is the import stm-
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;300;500&display=swap');
I have used like this but it applies the medium500 style, I think. I do not understand how the default style is selected and how can I differentiate between these styles?
Is there something like:
fontFamily:{
poppins-100:....
poppins-500:....
}
like how we define custom colors.
For the comments provided below:
HTML file
CSS file