We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4262531 commit a9724daCopy full SHA for a9724da
docs/kit.html
@@ -26,6 +26,12 @@
26
npm install @observablehq/notebook-kit
27
```
28
29
+ If you use [pnpm](https://pnpm.io/), you must also explicitly install any fonts used by the [default styles](https://github.com/observablehq/notebook-kit/blob/main/src/templates/default.html) (unless you plan on using different fonts):
30
+
31
+ ```sh
32
+ pnpm install @observablehq/notebook-kit @fontsource/inter @fontsource/source-serif-4 @fontsource/spline-sans-mono
33
+ ```
34
35
Notebook Kit requires [Node.js](https://nodejs.org/en) 20.19+ or 22.12+.
36
</script>
37
<script id="47" type="text/markdown">
0 commit comments