79352052

Date: 2025-01-13 11:40:51
Score: 2
Natty:
Report link

I'm not familiar with abcpdf9, but you can probably try @media print in your CSS code (try without !important first) and make sure it doesn't get overridden, so put it at the end of your file if unsure:

@media print {
  #h5 {
    font-weight: bold !important;
  }
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • User mentioned (1): @media
  • Low reputation (1):
Posted by: sasos