What is the difference between .svgz and .woff?
- Extension
- .svgz
- .woff
- 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 WOFF (Web Open Font Format) file is a web font file format used for embedding fonts on websites. It is essentially a compressed version of a font designed to be compact and fast to load, making it highly suitable for use over the internet. WOFF files support metadata and font licensing information, ensuring that fonts can be legally used and distributed. The format is widely supported across modern web browsers, providing a standardized way to include custom fonts in web designs, thus enhancing the visual appearance and typography.
- MIME Type
- image/svg+xml
- application/font-woff
- Sample
- sample.woff
- Wikipedia
- .svgz on Wikipedia
- .woff on Wikipedia