Skip to content

Commit a76dd1d

Browse files
authored
Merge pull request #40 from riscv/39-fix-base_font_size_min-properly
Fixed font_size_min.
2 parents f1afa6f + 7165596 commit a76dd1d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

themes/riscv-pdf.yml

+1-3
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: round($base_font_size * 0.75)
7070
border_radius: 3
7171
border_width: 0.25
7272
border_color: EEEEEE
@@ -79,8 +79,6 @@ link:
7979
# codespan is currently used for inline monospaced in prose and table cells
8080
codespan:
8181
font-color: 000000
82-
#font_family: code
83-
#font_family: Droid Fallback
8482
font_family: JetBrainsMono
8583
font_style: normal
8684
font-size: $base_font_size_min

0 commit comments

Comments
 (0)