I'm generating barcode using MPDF
using this code
$bar_type = EAN13
$data_waltermart = ex. 2000027317400
<barcode type='".$bar_type."' code='".$data_waltermart[0]['sku_cust']."' class='barcode' size='0.8' height='0.5'></barcode>
now I'm trying to make this area "Bold"
I know that the number is automatic generated by the EAN13 MPDF. But is there a way to make this bold even through CSS.
It will be highly appreciate if someone has an idea how to hack this area :)
Thanks in advance.