Is it possible to change the "nominal" weight of a font via CSS?
I want to start using VAG Rundschrift on my website. It has two weights: a light version and a regular version that actually looks bold or black.
The issue is: it is the Regular, bold-like version the one that is shown when setting the font-weight as "normal" via CSS. For the Light weight, I need to specify font-weight: 300. Is it possible to set the Regular version as bold (when using font-weight: bold or font-weight: 700) and the Light version as normal (as default weight, font-weight: normal or font-weight: 400)? I know it would be doable if loading the font files directly via my CSS, but not sure how to do it while using the Typekit stylesheet.
Thank you!
