By default, the PDF documents produced using this plugin are partially accessible in the sense that most of the paragraphs, tables, lists, headers, and footers are tagged automatically so a PDF reader can use this information to present the content.
Accessibility properties are defined in [PLUGIN_DIR]css/print/p-accessibility.css.
body { font-family: Arial }
*[class ~= "pr-d/codeph"], *[class ~= "pr-d/codeblock"] {
font-family: "Courier New";
}
@page {
@top-left {font-family: Arial }
@top-right {font-family: Arial }
@top-center {font-family: Arial }
@top-left-corner {font-family: Arial }
@top-right-corner {font-family: Arial }
@bottom-left {font-family: Arial }
@bottom-right {font-family: Arial }
@bottom-center {font-family: Arial }
@bottom-left-corner {font-family: Arial }
@bottom-right-corner {font-family: Arial }
}pdf.accessibility parameter to yes.