I have a font which bold version (Anonymous+Pro:wght@700) looks best on my site as the base font (the one that is "not bolded").
It is used in an editor (from the Quasar framework) that sees it as the bold version of Anonymous Pro (rightfully). In other words, all my test in the editor has the bold feature enabled - but I would like it to be the normal version.
Is it possible to say in CSS "take this font with the weight 700 and use it as the base font, and if a bold version is required, take the weight 900"?