Public
Edited
Apr 14, 2023
1 star
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
<style>

@font-face {
font-family: "Neutraface Condensed Thin";
src: url('${await FileAttachment("Neutraface Condensed Thin.woff2").url()}');
}

@font-face {
font-family: "Neutraface Text Light";
src: url('${await FileAttachment("Neutraface Text Light.woff2").url()}');
}

@font-face {
font-family: "Neutraface Text Book";
src: url('${await FileAttachment("Neutraface Text Book.woff2").url()}');
}

@font-face {
font-family: "Neutraface Text Bold";
src: url('${await FileAttachment("NeutrafaceText-Bold.woff2").url()}');
}

@font-face {
font-family: "Neutraface Display Thin";
src: url('${await FileAttachment("Neutraface Display Thin.woff2").url()}');
}

@font-face {
font-family: "Neutraface Display Titling";
src: url('${await FileAttachment("Neutraface Display Titling.woff2").url()}');
}

</style>
Insert cell
<style>
.title.condensed.thin {
font-family: Neutraface Condensed Thin;
}
.title.display.thin {
font-family: Neutraface Display Thin;
}
.title.text.light {
font-family: Neutraface Text Light;
}
.title.text.book {
font-family: Neutraface Text Book;
}
.title.text.bold {
font-family: Neutraface Text Bold;
}
.title.display.titling {
font-family: Neutraface Display Titling;
}
.title, .subtitle {
text-align: right;
margin-right: 18px;
}
.title {
font-size: 144px;
}
.subtitle {
font-family: Neutraface Text Light;
font-size: 36px;
}
</style>
Insert cell

One platform to build and deploy the best data apps

Experiment and prototype by building visualizations in live JavaScript notebooks. Collaborate with your team and decide which concepts to build out.
Use Observable Framework to build data apps locally. Use data loaders to build in any language or library, including Python, SQL, and R.
Seamlessly deploy to Observable. Test before you ship, use automatic deploy-on-commit, and ensure your projects are always up-to-date.
Learn more