Hi @therockhopper , Hi @chiefcll
{ family: ‘RobotoBold’,
url: Utils.asset(‘fonts/roboto_regular_new.ttf’),
descriptors: {
weight: ‘700’,
style: ‘normal’
},
},
i have tried to add weight to the fonts as mentioned above,
and i m using
fontFace: 'bold' fontSize: 58, lineHeight: 66, verticalAlign: 'middle',
when using this the font face weight is not changing.
but instead of fontFace when i use fontStyle the fontweight is changed and the font size is also getting shrinked,
i have tried mutliple things but i m not sure where and what i m missing.
can you help here,
@anandpatel4
thank you in advance.