Thomas Phinney d7a78a2ad4 Update README.md clarify Material Icons deprecated 2 недель назад
..
MaterialIcons-Regular.codepoints f7bd4f25f3 Update icons 9/19 2 лет назад
MaterialIcons-Regular.ttf f7bd4f25f3 Update icons 9/19 2 лет назад
MaterialIconsOutlined-Regular.codepoints f7bd4f25f3 Update icons 9/19 2 лет назад
MaterialIconsOutlined-Regular.otf f7bd4f25f3 Update icons 9/19 2 лет назад
MaterialIconsRound-Regular.codepoints f7bd4f25f3 Update icons 9/19 2 лет назад
MaterialIconsRound-Regular.otf f7bd4f25f3 Update icons 9/19 2 лет назад
MaterialIconsSharp-Regular.codepoints f7bd4f25f3 Update icons 9/19 2 лет назад
MaterialIconsSharp-Regular.otf f7bd4f25f3 Update icons 9/19 2 лет назад
MaterialIconsTwoTone-Regular.codepoints f7bd4f25f3 Update icons 9/19 2 лет назад
MaterialIconsTwoTone-Regular.otf f7bd4f25f3 Update icons 9/19 2 лет назад
README.md d7a78a2ad4 Update README.md clarify Material Icons deprecated 2 недель назад

README.md

This is the directory for the now-deprecated Material Icons fonts—note that these have not been updated since early 2022; the Material Symbols fonts are current, and can be found at ../variablefont.

Material Icons are the non-variable classic icon fonts, while the Material Symbols variable fonts offer weight, optical size, grade and fill variations (with grade and Fill being intended also for animated effects).

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