Skip to content

Commit

Permalink
Show fonts on first slide
Browse files Browse the repository at this point in the history
  • Loading branch information
khink committed May 31, 2024
1 parent 182207b commit 50cc666
Showing 1 changed file with 23 additions and 2 deletions.
25 changes: 23 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,29 @@
<body>
<div class="reveal">
<div class="slides">
<section>Slide 1</section>
<section>Slide 2</section>
<section>
<h1>Graphik</h1>
<p>Tiempos Text</p>

<h2><b>Bold Graphik</b></h2>
<p><b>Bold Tiempos Text</b></p>

<h3><i>Italic Graphik</i></h3>
<p><i>Italic Tiempos Text</i></p>

<h4><b><i>Bold Italic Graphik</i></b></h4>
<p><b><i>Bold Italic Tiempos Text</i></b></p>
</section>
<section data-markdown>
# Regular
regular

## *Italic* vs italic
*italic*

### **bold** vs bold
**bold**
</section>
</div>
</div>

Expand Down

0 comments on commit 50cc666

Please sign in to comment.