{renamed by mod} topics product performance 6.7k translate report 9 replies jump to latest reply
Font weight doesn't change. Common fonts like arial, helvetica, georgia, etc. Web lately i'm unable to change the font weight in some fonts like roboto, i checked and the font is active with all it's styles in adobe fonts but xd only let me use the regular version and the selector for font weight is grayed out. If a weight of exactly 400 is given, then 500 is used.
How can i set the font weight to 350 (book)? It's as if i've set it to download just two different weights, a very light one and a very bold one. The flutter matches fonts within a family based on the metadata in the font itself, not the style descriptors declared in the pubspec.yaml.
Here is my css (might be easier to see if there is surrounding code causing the issue) I'm using windows 10 {renamed by mod} 300 does nothing either but if i change it to a value above 550 it seems to go very bold.
My noirpro, medium, and bold fonts contain metadata declaring their weights as 400, 410, and 420 respectively. The unavailable weights simply display the logically closest weight. Normal 15px/20px georgia, times new roman, times, serif;
It would look something like this: Visually it's not a big change, and in terms of usability you already have the bg color change that i think is enough. In my current situation i need to set a custom fontweight.
Web i have found the cause and its very trivial : Web so i am trying to change the font weight of the top level navbar links to look like this: Web when setting font weights in flutter i usually use preset values such as fontweight.normal or fontweight.w500.