Published
Edited
May 20, 2020
Importers
Insert cell
md`# css styles`
Insert cell
font = { return html`
<hr>
<link href="https://fonts.googleapis.com/css?family=Space+Mono" rel="stylesheet">
<style>
h1, h2, h3, h4 {
font-family:'Space Mono',monospace;
font-weight: regular;
}
</style>
`
}
Insert cell
basscss = { return html`
<hr>
<!-- http://www.basscss.com/ -->
<link href="//npmcdn.com/basscss@8.0.2/css/basscss.min.css" rel="stylesheet">
`
}
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