summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/asciidoctor/pdf/converter.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/asciidoctor/pdf/converter.rb b/lib/asciidoctor/pdf/converter.rb
index 6006cf79..6f574662 100644
--- a/lib/asciidoctor/pdf/converter.rb
+++ b/lib/asciidoctor/pdf/converter.rb
@@ -3021,7 +3021,7 @@ module Asciidoctor
end
def fallback_svg_font_name
- @theme.svg_fallback_font_family || @theme.svg_font_family || @theme.base_font_family
+ @theme.svg_fallback_font_family || @theme.base_font_family
end
# Add an indentation guard at the start of indented lines.