bule
08-26-2008, 02:13 PM
I tried using a custom font in a html document,
but IE6 fails to show it (FF and Opera show it fine):
#barcodediv {
position:absolute;
left:9px;
top:160px;
width:130px;
height:28px;
text-align:center;
z-index:40;
overflow:hidden;
vertical-align:baseline;
font-family:"Free 3 of 9";
font-size:28px;
}
<div id="barcodediv">*PAR7234931*</div>
This is a free barcode font. I need to print a user card with bar code on it.
Are there any workarounds for IE to show a custom font installed on the system?
but IE6 fails to show it (FF and Opera show it fine):
#barcodediv {
position:absolute;
left:9px;
top:160px;
width:130px;
height:28px;
text-align:center;
z-index:40;
overflow:hidden;
vertical-align:baseline;
font-family:"Free 3 of 9";
font-size:28px;
}
<div id="barcodediv">*PAR7234931*</div>
This is a free barcode font. I need to print a user card with bar code on it.
Are there any workarounds for IE to show a custom font installed on the system?