20 lines
329 B
CSS
20 lines
329 B
CSS
|
@import "../_assets/reveal.js/css/theme/black.css";
|
||
|
@import "../_assets/fonts/Fira Sans/index.css";
|
||
|
|
||
|
.reveal h1,
|
||
|
.reveal h2,
|
||
|
.reveal h3,
|
||
|
.reveal h4,
|
||
|
.reveal h5,
|
||
|
.reveal h6,
|
||
|
.reveal {
|
||
|
font-family: "Fira Sans", sans-serif;
|
||
|
}
|
||
|
|
||
|
/*.reveal section img {
|
||
|
margin: none;
|
||
|
background: inherit;
|
||
|
border: none;
|
||
|
box-shadow: none;
|
||
|
}*/
|