This is an archived forum post. The information may be outdated. Contact us if you have any questions.

Font-weight:bold in textarea not working?

stampfede wrote on 2014-10-29:
I have a problem with font-weight inside text-area . For example:

<div class="Item"><textarea id="text" style="font-family: Arial; text-align: center; font-weight:bold; ; font-size: 16px; width: 150px; height: 13px;" >Lorem Ipusm</textarea></div>

Is there a solution?

Thank you!
support wrote on 2014-10-29:
Hello,

This should work. Copy the following code to https://pdfcrowd.com/#convert_by_input and click the [Convert To PDF] button.

<textarea id="text" style="font-family: Arial; text-align: center; font-weight:bold; ; font-size: 16px; width: 150px; height: 50px;" >
  Lorem Ipusm
</textarea>

<textarea id="text" style="font-family: Arial; text-align: center; font-weight:normal; ; font-size: 16px; width: 150px; height: 50px;" >
  Lorem Ipusm
</textarea>