summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorDan Allen <dan.j.allen@gmail.com>2023-03-30 23:51:06 -0600
committerDan Allen <dan.j.allen@gmail.com>2023-03-31 00:21:18 -0600
commitb335fbb0b17e8bb658598272ae5e801876e6f487 (patch)
treebd640b8072670da38e7bd6ae7500ab63a765af7a /lib
parentced3e923d829d56107047a12ce82338fff28059e (diff)
remove deprecated, undocumented svg-font-family theme key
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.