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

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