At the beginning of your presentation add
theme: select/cleaver-select-theme
title: My Title
…
--
# Title slide
## Sub header
--
### My first slide
Some content
Try pressing the ESC button to get and overview of all slides.
Click on a slide to select it.
Press ESC again to exit the overview.
This theme also supports fragments
Here is the markup of the last slide
This theme also supports fragments
<div class="fragment">One</div>
<div class="fragment">Two</div>
<div class="fragment">Tree</div>
Put background-image.jpg
in the same directory as the HTML output.
The CSS style is set to one large image.
background: url('background-image.jpg') center center no-repeat;
Open style.css
and change
@import url(https://fonts.googleapis.com/css?family=Hind:400,500,600,700,300);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700);
@import url(https://fonts.googleapis.com/css?family=Fira+Mono:400,700);
body {
font-family: 'Open Sans', sans-serif;
…
to fit your needs. Use http://fontpair.co/ to find matching fonts.