What is the difference between .ttc and .woff2?
- Extension
- .ttc
- .woff2
- Format
- Binary
- Binary
- Category
- Font
- Font
- Developer
- WebFonts Working Group
- Description
- Collection of fonts saved in the TrueType (.TTF) format; used to deliver multiple fonts in a single file; useful for combining fonts that share many glyphs in common.
- A WOFF2 file is a web font file created in the WOFF (Web Open Font Format) 2.0 format, an open format used to deliver webpage fonts on the fly. It is saved as a compressed container that supports TrueType (.TTF) and OpenType (.OTF) fonts. WOFF2 files also support font licensing metadata.
- MIME Type
- application/font-woff2
- Sample
- sample.woff2
- Wikipedia
- .woff2 on Wikipedia