When using SpreadJs, if I set the font to Roboto, then the spreadsheet displays the font incorrectly.
Is there a way to add custom fonts or am I setting this incorrectly?
I am setting using the following format, this works for a select set of fonts but not others.
let fontText = `${fontWeight} ${fontSizes}px ${fontFamilies}`;
style.font = fontText;