masakudamatsu / line-height-picker

A front-end web app that helps web designers/developers pick the best line-height value for their websites
https://line-height-picker.vercel.app
MIT License
2 stars 1 forks source link

Convert the logo image into SVG #255

Open masakudamatsu opened 3 years ago

masakudamatsu commented 3 years ago

Use SVG symbols

https://flaviocopes.com/svg/ Symbols let you define an SVG image once, and reuse it in multiple places. This is a great help if you need to reuse an image, and maybe just change a bit some of its properties. You do so by adding a symbol element and assigning an id attribute:

Once done, revisit #250.