Skip to content

Commit

Permalink
Merge pull request #374 from mojavelinux/issue-373
Browse files Browse the repository at this point in the history
resolves #373 apply base font style
  • Loading branch information
mojavelinux committed Dec 16, 2015
2 parents e0790d9 + 2a16997 commit 15f6882
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 15f6882

Please sign in to comment.