w3champions / website

The webpage for the www.w3champions.com community project.
47 stars 54 forks source link

Replace icon font `@mdi/font` #664

Closed Rotzbua closed 1 year ago

Rotzbua commented 1 year ago

Problem

Currently the icon webfont is used. The webfont includes every available icon and is therefore very big with around 400kb.

Solution

This can be avoided by using tree shakeable @mdi/js.

Reference