presentation-dateisysteme/usrspace.css

12 lines
262 B
CSS

@import url('https://cdn.jsdelivr.net/npm/hack-font@3.3.0/build/web/hack.min.css');
html {
font-family: Helvetica, Arial, sans-serif;
}
.reveal code, .reveal pre {
font-family: Hack
}
.reveal section img {
background:none; border:none; box-shadow:none;
}