What is the difference between .svgz and .woff2?
- Extension
- .svgz
- .woff2
- Format
- Binary
- Binary
- Category
- Vector Image
- Font
- Developer
- Adobe Systems
- WebFonts Working Group
- Description
- Scalable Vector Graphics (.SVG) files store graphic images in XML format and may contain gradients, transparency, filters and animations. SVG files are compressed using GZIP compression.
- 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
- image/svg+xml
- application/font-woff2
- Sample
- sample.woff2
- Wikipedia
- .svgz on Wikipedia
- .woff2 on Wikipedia