Skip to content

Commit

Permalink
Fix Callouts with $literal_font_family
Browse files Browse the repository at this point in the history
Need to use a font that has circled number.
  • Loading branch information
hirotnk authored and happi committed Apr 22, 2020
1 parent c76c60b commit f461791
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pdf-theme.yml
Original file line number Diff line number Diff line change
Expand Up @@ -191,8 +191,8 @@ verse:
# code is used for source blocks (perhaps change to source or listing?)
code:
font_color: $base_font_color
#font_family: $literal_font_family
font_family: Courier
font_family: $literal_font_family
#font_family: Courier
font_size: ceil($base_font_size)
padding: $code_font_size
line_height: 1.25
Expand Down

0 comments on commit f461791

Please sign in to comment.