This document discusses using web fonts to display icons on websites. It explains that web fonts allow embedding multiple icons into a single file, making them vector-based and allowing icons to be resized and recolored. The document outlines how Grunt tasks can be used to automate the process of converting SVG icon files into web font files and integrating them into a website with CSS. Individual SVG icons are input by a designer and Grunt generates and links the web font files so the icons can be inserted into HTML.