From 716559620e0f049703b7052a0fd31e757e936c0f Mon Sep 17 00:00:00 2001 From: wmat Date: Tue, 10 Dec 2024 16:39:19 -0500 Subject: [PATCH] Fixed font_size_min. Set base_font_size_min to round($base_font_size * 0.75). Set codespan font to JetBrainsMono. --- themes/riscv-pdf.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/themes/riscv-pdf.yml b/themes/riscv-pdf.yml index 85551c4..f2599c8 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: round($base_font_size * 0.75) border_radius: 3 border_width: 0.25 border_color: EEEEEE @@ -79,8 +79,6 @@ link: # codespan is currently used for inline monospaced in prose and table cells codespan: font-color: 000000 - #font_family: code - #font_family: Droid Fallback font_family: JetBrainsMono font_style: normal font-size: $base_font_size_min