Published
Edited
Aug 1, 2021
Importers
7 stars
Insert cell
Insert cell
Insert cell
Insert cell
style = {
yield html`<style>
@import url('https://fonts.googleapis.com/css2?family=${fontName}&display=swap');

div, input, button {
font-family: '${fontName}', sans-serif;
}
</style>`
}
Insert cell
fontName = "Poppins"
Insert cell
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