1
0
mirror of https://github.com/hakimel/reveal.js.git synced 2025-08-01 04:10:29 +02:00

fix code blocks font when printing pdf

fixes #2867
This commit is contained in:
Thomas Fritsch
2023-08-24 11:11:05 +02:00
parent 064b3c3aa5
commit a1d0cdffc4
2 changed files with 1 additions and 2 deletions

View File

@@ -36,7 +36,6 @@ html.print-pdf {
.reveal pre code {
overflow: hidden !important;
font-family: Courier, 'Courier New', monospace !important;
}
.reveal {

2
dist/reveal.css vendored

File diff suppressed because one or more lines are too long