A talk about fonts, for Front-End Sheffield (FES) March 2024
Using reveal.js.
sudo apt-get install woff-tools
sfnt2woff font.ttf
find . -name "*.ttf" -exec sfnt2woff {} \;
find . -name "*.woff" -exec ./filename_to_css.sh {} \;
See https://revealjs.com/pdf-export/
From https://www.devopsschool.com/blog/complete-reveal-js-reference-cheatsheet/