Published
Edited
Jun 20, 2022
2 stars
Also listed in…
Tips and Utilities
Insert cell
Insert cell
Insert cell
Insert cell
<link href="https://fonts.bunny.net/css?family=alfa-slab-one:400" rel="stylesheet" />
Insert cell
{
let out = html`
<div class="bunny">This is some Bunny Font text! </div>
<style>
.bunny {
font-family: 'Alfa Slab One', cursive;
color: blue;
font-size: 24px;
}

</style>
`
yield out;
}
Insert cell

Purpose-built for displays of data

Observable is your go-to platform for exploring data and creating expressive data visualizations. Use reactive JavaScript notebooks for prototyping and a collaborative canvas for visual data exploration and dashboard creation.
Learn more