anton6984647
Posts: 0
Joined: Mon Jul 14, 2014 3:53 pm

Adding custom font to all Text

Hello, I have added a custom font to the application's labels via CSS. I did this by giving each label the same class name, and applying the font to that class. I'd like this font to be the same for all text, regardless of the component (lists, buttons, etc).

Is there a way to do this without giving each component a class name? Is there some sort of text master class? E.g: .text {font-family: "customfont";}

Return to “Issues”