79233048

Date: 2024-11-28 08:16:44
Score: 1.5
Natty:
Report link

This labelFont setting basically works as the CSS font-family property. You first need to load the font the way you want (using @font-face for instance). Then, you set labelFont with the name of the variable, with fallbacks separated with commas if needed (like Lato, sans-serif for instance).

To be a bit more precise, sigma assembles its settings labelFont, labelSize and labelWeight into the Canvas font property. The code is visible here.

Reasons:
  • Contains signature (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: jacomyal