We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f1afa6f + 7165596 commit a76dd1dCopy full SHA for a76dd1d
themes/riscv-pdf.yml
@@ -66,7 +66,7 @@ base:
66
font_style: normal
67
font_size_large: round($base_font_size * 1.25)
68
font_size_small: round($base_font_size * 0.85)
69
- font_size_min: 0.75em
+ font_size_min: round($base_font_size * 0.75)
70
border_radius: 3
71
border_width: 0.25
72
border_color: EEEEEE
@@ -79,8 +79,6 @@ link:
79
# codespan is currently used for inline monospaced in prose and table cells
80
codespan:
81
font-color: 000000
82
- #font_family: code
83
- #font_family: Droid Fallback
84
font_family: JetBrainsMono
85
86
font-size: $base_font_size_min
0 commit comments