Skip to content

alifeee/font-workshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Font Workshop

Presentation for a font-making workshop using reveal.js.

Convert TTF to WOFF font

sudo apt-get install woff-tools
sfnt2woff font.ttf

In bulk

find . -name "*.ttf" -exec sfnt2woff {} \;

Create CSS from WOFF files

find . -name "*.woff" -exec ./filename_to_css.sh {} \;

Make presentation into a PDF

See https://revealjs.com/pdf-export/

Releases

No releases published

Packages

No packages published