Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 774 Bytes

File metadata and controls

21 lines (16 loc) · 774 Bytes

Demo

A live font generated by webfont from the SVG fixtures in this repository (packages/webfont/src/fixtures/svg-icons/*.svg). The preview below is produced at build time by the html template and served as a static asset — the same output you get from:

webfont "src/svg-icons/*.svg" -t html -d dist --dest-create
<iframe src="/font-demo/webfont.html" title="webfont generated font demo" style="width: 100%; height: 70vh; border: 1px solid var(--vp-c-divider); border-radius: 8px;" loading="lazy" ></iframe>

If the preview is blank in local docs:dev, run npm run build && npm run docs:demo once to generate public/font-demo/ — production builds do this automatically.

Open the demo in a new tab →