## CSS Tricks?


## Inline Block

<div>
Hello <div>WORLD</div>
</div>

--- 

<div>
Hello <div style="display:inline-block">WORLD</div>
</div>


<div style="font-family: Virgil">
This should be a sketchy font! 
</div>

<style>

.sketchy {
  font-family: Virgil
}
</style>

And with markdown{.sketchy}

Maybe we should make this global....{.virgil}
