Forum Bugs

Problem in CSS parsing mechanism

copengokngek
Hi,
I'm having a problem with my PDF file after converting from HTML (containing CSS). The code was simple as below:

<head>
<title></title>
<style type="text/css">
strong {
font-weight: 500;
}
</style>
</head>
<body>
hello <strong><span>world</span></strong>
</body>

When opening the HTML file, i can see that the "world" text is bold, but after converting from that HTML file to PDF, the "world" text became normal. Is this a problem in parsing mechanism. Please consider fixing this.
Thanks
mikeday
Please try "font-weight: 600".