font in header and footer (css pdf)
Posted: Thu Jul 13, 2023 7:11 pm
Hi,
could sb help me with this:
In css file for pdf output I've set:
* {
font-family: "Roboto", sans-serif !important;
}
to have the same fonts in the whole pdf document.
All elements display as Roboto except the footer and header, where I get an Arial font, which I have not defined in my customization css
I've also tried defining font-family for @page @top-right ,@top-left, etc, but that does not help.
thanks
/Wojtek
could sb help me with this:
In css file for pdf output I've set:
* {
font-family: "Roboto", sans-serif !important;
}
to have the same fonts in the whole pdf document.
All elements display as Roboto except the footer and header, where I get an Arial font, which I have not defined in my customization css
I've also tried defining font-family for @page @top-right ,@top-left, etc, but that does not help.
thanks
/Wojtek