Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed font_size_min. #40

Merged
merged 1 commit into from
Dec 10, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions themes/riscv-pdf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
Loading