From f531fa7498a4112c183b993be3b3b16e2db7a5f0 Mon Sep 17 00:00:00 2001 From: wmat Date: Mon, 9 Dec 2024 11:19:42 -0500 Subject: [PATCH] Change font_size_min to 0.75 As asciidoctor-pdf requires a number for base_font_size_min, updating from 0.75em to 0.75. --- themes/riscv-pdf.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/riscv-pdf.yml b/themes/riscv-pdf.yml index 85551c4..b469669 100644 --- a/themes/riscv-pdf.yml +++ b/themes/riscv-pdf.yml @@ -66,7 +66,7 @@ base: font_style: normal font_size_large: round($base_font_size * 1.25) font_size_small: round($base_font_size * 0.85) - font_size_min: 0.75em + font_size_min: 0.75 border_radius: 3 border_width: 0.25 border_color: EEEEEE