You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Setting the base_font_style attribute has no effect out the output PDF. Tested in 1.5.0.alpha.10.
Test to reproduce:
[10:41am] ~/Desktop/basefontdemo ian@ianmbp% cat testdoc.adoc
= Test *document*: this all comes out bold, as it should
This line should be *bold*, but only the explicitly-styled word is actually bold in the output PDF.
[10:44am] ~/Desktop/basefontdemo ian@ianmbp% cat themes/test-theme.yml
base:
font_family: Helvetica
font_color: 000000
font_size: 20pt
font_style: bold
title_page:
font_style: bold
[10:44am] ~/Desktop/basefontdemo ian@ianmbp% asciidoctor-pdf --version
Asciidoctor PDF 1.5.0.alpha.10 using Asciidoctor 1.5.3 [http://asciidoctor.org]
Runtime Environment (ruby 2.2.1p85 (2015-02-26 revision 49769) [x86_64-darwin14]) (lc:UTF-8 fs:UTF-8 in:- ex:UTF-8)
[10:44am] ~/Desktop/basefontdemo ian@ianmbp% asciidoctor-pdf -a pdf-stylesdir=themes -a pdf-style=test testdoc.adoc
The text was updated successfully, but these errors were encountered:
Setting the base_font_style attribute has no effect out the output PDF. Tested in 1.5.0.alpha.10.
Test to reproduce:
The text was updated successfully, but these errors were encountered: