SVG stands for Scalable Vector Graphics, written in XML. SVG images maintain quality when zoomed or resized. They are scalable, searchable, and can be animated
Upload SVG image to converter. Copy generated code using cmd/ctrl + C. Paste code into HTML or CSS using cmd/ctrl + V
Vector graphics maintain sharpness at any size using geometric polygons. Raster images (bitmap) consist of pixels that become pixelated with zoom. Logos, fonts, and icons are typically vector graphics
Montserrat offers 11 styles including Thin, ExtraLight, Light, Regular, Medium, SemiBold, Bold, ExtraBold, and Black. All versions were last modified on October 31, 2017. The font is licensed under SIL Open Font License Version 1.1
Vector graphics create images from geometric shapes defined on Cartesian plane. Basic primitives include points, lines, polygons, and parametric curves. Shapes can be combined with properties like color and size
CSS -webkit-text-stroke property adds black outline to text. Works on Webkit browsers but not W3C specification. Requires transparent text and can be customized