diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2020-05-05 23:51:30 -0600 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2020-05-06 00:23:28 -0600 |
| commit | 2e4ced8121d5f02f3d370a60000254d08034d75b (patch) | |
| tree | c5eb7ab6b8bb82f75bb20dbac80cb464655beb6f /spec/index_spec.rb | |
| parent | 550f2a86ad1f926d5032b04accd7be3f5b92d0d6 (diff) | |
remove deprecated "ascii" fonts; only bundle the more complete "subset" fonts
Diffstat (limited to 'spec/index_spec.rb')
| -rw-r--r-- | spec/index_spec.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/index_spec.rb b/spec/index_spec.rb index 77ac321f..3d2cfef8 100644 --- a/spec/index_spec.rb +++ b/spec/index_spec.rb @@ -461,8 +461,8 @@ describe 'Asciidoctor::PDF::Converter - Index' do extends: 'default', font_catalog: { 'Missing Null' => { - 'normal' => 'mplus1mn-regular-ascii-conums.ttf', - 'bold' => 'mplus1mn-regular-ascii-conums.ttf', + 'normal' => (fixture_file 'mplus1mn-regular-ascii.ttf'), + 'bold' => (fixture_file 'mplus1mn-regular-ascii.ttf'), }, }, base_font_family: 'Missing Null', |
