According to Firebug, the font name is coming from body and the font size is coming from table in the CSS file.
The last overriding CSS is .table tr.odd, which changes the color of the
line (as does tr.even).
Right now, I have barcode as:
.table td.barcode {
font-family=IDAutomationHC39M;
font-size = 3em;
}
and when the page is rendered, I see in the source:
<td class="barcode">777777756</td>
but the font isn't coming through.
I'll try the .barcode
