Skip to content

Commit

Permalink
resolves #373 apply base font style
Browse files Browse the repository at this point in the history
  • Loading branch information
mojavelinux committed Dec 16, 2015
1 parent b9121ef commit 2a16997
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/asciidoctor-pdf/converter.rb
Expand Up @@ -159,7 +159,7 @@ def convert_document doc
end

num_front_matter_pages = page_number - 1
font @theme.base_font_family, size: @theme.base_font_size
font @theme.base_font_family, size: @theme.base_font_size, style: @theme.base_font_style.to_sym
convert_content_for_block doc

# NOTE delete orphaned page (a page was created but there was no additional content)
Expand Down

0 comments on commit 2a16997

Please sign in to comment.