Is it feasible to assign a specific font to a particular character? I would like:
#test_id{
font-family: "digitalfont";
font-family-of-, : "HelveticaNeue-Light";
}
In order to set a font for a comma and a separate font for the rest, do I need to utilize <span>
and enclose the commas? Alternatively, can this be accomplished using Javascript?