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
commit edf6638065
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

View file

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

2
dist/reveal.css vendored

File diff suppressed because one or more lines are too long