Skip to content

Commit

Permalink
Beamer: fix code block font size
Browse files Browse the repository at this point in the history
  • Loading branch information
iamgio committed Aug 18, 2024
1 parent 12b58e3 commit cba90d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/main/resources/render/theme/layout/beamer.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
--qd-main-font: "Source Sans Pro", sans-serif;
--qd-heading-font: "Fira Sans", sans-serif;
--qd-code-font: "Noto Sans Mono", monospace;
--qd-code-font-size: 1.25em;
--qd-code-block-font-size: 1.25em;
--qd-code-span-font-size: 0.9em;
--qd-block-margin: 32px;
--qd-box-margin-multiplier: 1.2;
Expand Down

0 comments on commit cba90d9

Please sign in to comment.