Login  Register

No 'bold' text while generating pdf

Posted by Krzysztof on Feb 04, 2021; 10:31am
URL: https://discuss.asciidoctor.org/No-bold-text-while-generating-pdf-tp8479.html

Hello,

I have a problem with generating bold text in pdf files. It does show in preview (vscode, firefox plugin), but after generating pdf file using asciidoctor, there are no bold texts anywhere (table headers, text). Is there any way to diagnose it?

Source:

== Header

*Title*

My *text* here

.Sample table
[options="headers,autowidth",frame="topbot",grid="all",cols="s,"]
|===
|Parameter|Value
|City|Warsaw
|Name|Krzysztof
|===

PDF:

Generated pdf

I use Asciidoctor 2.0.12 and ruby 2.7.2p137

Best regards,
Krzysztof