Open dustalov opened 4 years ago
The TTFs are OpenType fonts, the file extension is a historical artifact. What do you need the .otf
files for?
When I compile a LaTeX document with the 2.1.1 version of the Liberation fonts, I observe the CID TrueType
font type in pdffonts
command output, while GNU FreeFont and other OpenType fonts show as CID Type 0C
.
Also, the file
command identifies the Liberation TTF files as TrueType Font data, 19 tables, 1st "FFTM", 30 names, Macintosh
, while the same command identifies OpenType fonts as just OpenType font data
.
This inconsistency confused me for a little bit. I assume the LuaLaTeX engine that I use embeds OpenType fonts more efficiently than the regular TrueType ones, which results in smaller PDFs, which is good.
Hey @dustalov @khaledhosny
How exactly would I retreive the font as WOFF (or better WOFF2) file? Do I need to build it manually with FontForge?
Currently, Liberation fonts are available as TrueType (TTF) fonts, but FontForge offers support for a newer OpenType format (OTF). Since the fonts are already building in TTF, SVG, WOFF, and EOT, is it possible to distribute the OTF fonts as well?