Search code examples
fontswebfontswoff2

Convert font in WOFF2 format to something else


My team has a woff2 font file, which we are not equipped to deal with. Does anyone know a pipeline for downgrading to a more common format?


Solution

  • https://github.com/google/woff2

    This project provides woff2_decompress, which converts your woff2 to ttf.

    With ttf you can convert it to all webfonts:

    • woff, svg, otf can be converted with fontforge
    • eot can be converted with ttf2eot