1
0
mirror of https://github.com/hakimel/reveal.js.git synced 2025-08-01 12:20:33 +02:00

Merge pull request #3457 from t-fritsch/fix-print-font-for-code-blocks

fix code blocks font when printing pdf
This commit is contained in:
Hakim El Hattab
2023-08-24 11:32:27 +02:00
committed by GitHub
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