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";}