diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2023-03-30 23:51:06 -0600 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2023-03-31 00:21:18 -0600 |
| commit | b335fbb0b17e8bb658598272ae5e801876e6f487 (patch) | |
| tree | bd640b8072670da38e7bd6ae7500ab63a765af7a /lib | |
| parent | ced3e923d829d56107047a12ce82338fff28059e (diff) | |
remove deprecated, undocumented svg-font-family theme key
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/asciidoctor/pdf/converter.rb | 2 |
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. |
