Thomas Phinney bfed7d76e3 move MaterialIcons-Regular.ttf with its mates 1 year ago
..
MaterialIcons-Regular.codepoints 7002451bb5 Rename font/MaterialIcons-Regular.codepoints to font/material-icons/MaterialIcons-Regular.codepoints 1 year ago
MaterialIcons-Regular.ttf bfed7d76e3 move MaterialIcons-Regular.ttf with its mates 1 year ago
MaterialIconsOutlined-Regular.codepoints 8afaaa43e9 Move font files 1 year ago
MaterialIconsOutlined-Regular.otf 8afaaa43e9 Move font files 1 year ago
MaterialIconsRound-Regular.codepoints 8afaaa43e9 Move font files 1 year ago
MaterialIconsRound-Regular.otf 8afaaa43e9 Move font files 1 year ago
MaterialIconsSharp-Regular.codepoints 8afaaa43e9 Move font files 1 year ago
MaterialIconsSharp-Regular.otf 8afaaa43e9 Move font files 1 year ago
MaterialIconsTwoTone-Regular.codepoints 8afaaa43e9 Move font files 1 year ago
MaterialIconsTwoTone-Regular.otf 8afaaa43e9 Move font files 1 year ago
README.md 9973483db9 Create README.md 1 year ago

README.md

This directory contains the older Material Icons (non-variable) fonts.

The newer Material Symbols are one level up in the "font" directory. The Material Symbols variable fonts offer weight, optical size, grade and fill variations (with grade and Fill being intended also for animated effects). Material Symbols are the non-variable classic icon fonts, while

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">

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