Public
Edited
Feb 11
Insert cell
Insert cell
Insert cell
Insert cell
andaleMono = FileAttachment("Andale Mono.ttf")
Insert cell
md`<span style="font-family: AndaleMono, monospace">The quick brown fox jumped over the lazy dog.<span>`
Insert cell
Insert cell
md`<span style="font-family: SourceCodePro-ExtraLight, monospace">The quick brown fox jumped over the lazy dog.<span>`
Insert cell
css = html`
<style>
@font-face {
font-family: AndaleMono;
src: url('${await andaleMono.url()}');
}
@font-face {
font-family: SourceCodePro-ExtraLight;
src: url('${await sourceCodeProEL.url()}');
}
</style>
`
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