Home Forums Azuma Pro Custom Font Reply To: Custom Font

#11438
Andy
Keymaster

If you know the element that you want to apply bold weight to, you can use a bit of ‘Additional CSS’ to make it bold, like so:

.element-name {
    font-weight: bold;
}