Skip to content

Commit

Permalink
Fix beamer theme code font
Browse files Browse the repository at this point in the history
  • Loading branch information
iamgio committed Aug 16, 2024
1 parent a4e2a34 commit 35ec4a8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions core/src/main/resources/render/theme/layout/beamer.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,14 @@

@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro');
@import url('https://fonts.googleapis.com/css?family=Fira+Sans');
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+Mono');

:root {
--reveal-center-vertically: false;
--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.1em;
--qd-block-margin: 32px;
--qd-box-margin-multiplier: 1.2;
}
Expand Down Expand Up @@ -60,6 +63,10 @@ table tr:last-child td {
border-bottom: none;
}

pre code {
line-height: 1.5;
}

.box {
border-radius: 8px;
}
Expand Down

0 comments on commit 35ec4a8

Please sign in to comment.