Hello, I see a strange behaviour of the RobotoLight font using Chrome on MacOS. No problem with Safari and FF.
If I go to this sample:
https://smartclient.com/smartclient-.../?id=helloForm
and modify it like this:
I don't see a big difference in the font rendering between the two titles (the 2nd formItem has required:true, so it's bold)
Note that the behaviour seems the same with 13.0 , 12.1 and even older builds I've tried. Actually I don't think it's a SmartClient bug.
I've installed a new clean version of Chrome 108.0.5359.71 on MacOS Ventura 13.0.1 as I initially thought it was a problem with some Chrome extension, but it hasn't changed.
I've tried two different MacOS machine with the same result.
If I change the font to plain Roboto, then I see clearly the difference between normal and bold.
Have you ever noticed this problem? Have you got an idea of what's the culprit?
If I go to this sample:
https://smartclient.com/smartclient-.../?id=helloForm
and modify it like this:
Code:
isc.DynamicForm.create({ autoFocus: true, numCols: 3, items:[ { type: "text", name: "you", title: "Enter your name", wrapTitle: false }, { type: "text", name: "you2", title: "Enter your name", wrapTitle: false, required:true } ] })
Note that the behaviour seems the same with 13.0 , 12.1 and even older builds I've tried. Actually I don't think it's a SmartClient bug.
I've installed a new clean version of Chrome 108.0.5359.71 on MacOS Ventura 13.0.1 as I initially thought it was a problem with some Chrome extension, but it hasn't changed.
I've tried two different MacOS machine with the same result.
If I change the font to plain Roboto, then I see clearly the difference between normal and bold.
Have you ever noticed this problem? Have you got an idea of what's the culprit?
Comment