What is the difference between .woff and .svg?
- Extension
- .woff
- .svg
- Format
- Binary
- Text
- Category
- Font
- Vector Image
- Developer
- WebFonts Working Group
- Adobe Systems
- Description
- 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.
- An SVG file is a graphics file that uses a two-dimensional vector graphic format created by the World Wide Web Consortium (W3C). It describes images using a text format that is based on XML. SVG files are developed as a standard format for displaying vector graphics on the web.
- MIME Type
- application/font-woff
- image/svg+xml
- Sample
- sample.woff
- sample.svg
- Wikipedia
- .woff on Wikipedia
- .svg on Wikipedia