Change font of headline and table titles
-
Hello, how do i change the font of the “Invoice” headline and the table titles? I used the font face commando in the style.css in the body tag and it works, but it doesn’t apply to the headline, the table titles and the summary part ??
@font-face { font-family: 'MyriadProRegular'; font-style: normal; font-weight: light; src: url(https://www.test.com/wp-content/themes/proactive/css/fonts/MyriadPro-Regular.ttf) format('truetype'); } body { color: #1f1f1f; font-family: 'MyriadProRegular', sans-serif; font-size: 9pt; }
For example i can change the color and size of the “Invoice” headline, but not the font:
.document-type-label { font-family: 'MyriadProRegular', sans-serif; font-size: 18pt !important; color:#bba77a !important; }
What is the problem here?
https://www.ads-software.com/plugins/woocommerce-pdf-invoices-packing-slips/
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Change font of headline and table titles’ is closed to new replies.