asciinema / asciinema-server

Platform for hosting and sharing terminal session recordings
https://docs.asciinema.org/manual/server/
Apache License 2.0
2.29k stars 263 forks source link

Adding support for Nerd Fonts in iframes #434

Closed jonpetersathan closed 4 months ago

jonpetersathan commented 6 months ago

This pull request fixes #422 when embedding asciinema recordings in iframes and also loads Fira Code and Jetbrains Nerd Fonts within the iframe.

I also refactored the Source Sans and Powerline Symbols font-faces to be also stored in the font folder. But happy to undo this, if it is not wanted.

Before: Screenshot 2024-03-25 200616

After: Screenshot 2024-03-25 200438

ku1ik commented 4 months ago

Awesome, thanks! Moving the fonts to a dedicated dir is a nice touch too :+1: