Skip to content

Commit f531fa7

Browse files
committed
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.
1 parent 36fc023 commit f531fa7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

themes/riscv-pdf.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ base:
6666
font_style: normal
6767
font_size_large: round($base_font_size * 1.25)
6868
font_size_small: round($base_font_size * 0.85)
69-
font_size_min: 0.75em
69+
font_size_min: 0.75
7070
border_radius: 3
7171
border_width: 0.25
7272
border_color: EEEEEE

0 commit comments

Comments
 (0)