Anything tagged with <pre> appears in the pdf in Times font.
We tried these definitions in the css for pre
and
Neither worked.
However,
worked.
We tried these definitions in the css for pre
pre {
font-family : courier;
}
and
pre {
font-family : "Courier-new";
}
Neither worked.
However,
pre {
font-family : "Courier-new" !important;
}
worked.