From f461791572bbdc6af156eb5fb138ad8432480226 Mon Sep 17 00:00:00 2001 From: Yoshihiro Tanaka Date: Sat, 18 Apr 2020 07:16:21 -0700 Subject: [PATCH] Fix Callouts with $literal_font_family Need to use a font that has circled number. --- pdf-theme.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pdf-theme.yml b/pdf-theme.yml index a637686..b6b1217 100644 --- a/pdf-theme.yml +++ b/pdf-theme.yml @@ -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