Hi guys,
I have a project where I have defined to use a font with weight of 900 for heading a dn a regular one for the body.
The typography json looks like this:
According to this setup, the font whould be loaded with 400, 700 and 900 weigths.
However, the css file loading the foint only loads  the 400 weight:
@import url('https://fonts.googleapis.com/css2?family=Albert%20Sans:wght@400&display=swap');
Do I need to make another setting in order to load the other 2 weights?
Thank you,
Adrian