20 lines
327 B
CSS
20 lines
327 B
CSS
|
@import url(../_assets/reveal.js/css/theme/black.css);
|
||
|
@import url(../_assets/fonts/TeXGyreAdventor/index.css);
|
||
|
|
||
|
.reveal,
|
||
|
.reveal h1,
|
||
|
.reveal h2,
|
||
|
.reveal h3,
|
||
|
.reveal h4,
|
||
|
.reveal h5,
|
||
|
.reveal h6 {
|
||
|
font-family: "TeX Gyre Adventor";
|
||
|
}
|
||
|
|
||
|
.reveal section img {
|
||
|
margin: 0;
|
||
|
background: none;
|
||
|
border: none;
|
||
|
box-shadow: none;
|
||
|
}
|