tree: 4c170c1b77477892c53f24a7027d8d82569874f9 [path history] [tgz]
  1. MaterialIcons-Regular.ttf
  2. MaterialIconsOutlined-Regular.otf
  3. MaterialIconsRound-Regular.otf
  4. MaterialIconsSharp-Regular.otf
  5. MaterialIconsTwoTone-Regular.otf
  6. README.md
font/README.md

The recommended way to use the Material Icons font is by linking to the web font hosted on Google Fonts:

<!-- https://material.io/resources/icons/?style=baseline -->
<link href="https://fonts.googleapis.com/css2?family=Material+Icons"
      rel="stylesheet">

<!-- https://material.io/resources/icons/?style=outline -->
<link href="https://fonts.googleapis.com/css2?family=Material+Icons+Outlined"
      rel="stylesheet">

<!-- https://material.io/resources/icons/?style=round -->
<link href="https://fonts.googleapis.com/css2?family=Material+Icons+Round"
      rel="stylesheet">

<!-- https://material.io/resources/icons/?style=sharp -->
<link href="https://fonts.googleapis.com/css2?family=Material+Icons+Sharp"
      rel="stylesheet">