asciidoctor / asciidoctor-pdf

:page_with_curl: Asciidoctor PDF: A native PDF converter for AsciiDoc based on Asciidoctor and Prawn, written entirely in Ruby.
https://docs.asciidoctor.org/pdf-converter/latest/
MIT License
1.14k stars 501 forks source link

Inline source/literals do not render in the correct monospace font #2273

Closed KerimG closed 2 years ago

KerimG commented 2 years ago

Repository to reproduce here: https://github.com/KerimG/asciidoc-inline-literal-problem

I am trying to use the literals , as in `+literals+` in the same font as codeblocks in the PDF but for some reason the font is a completely different one and I cannot figure out why.

image

mojavelinux commented 2 years ago

There appears to be a problem in how you have configured your theme. Please direct questions about usage to the #users/asciidoctor-pdf stream in the project chat at https://chat.asciidoctor.org. When you do, please include the theme file you are using. Either myself or someone else will help you work though the problem.