Abhinand Vaddi Reddy c1eb6286e1 Update material icons [1/7/22] | 2 years ago | |
---|---|---|
.. | ||
MaterialIcons-Regular.codepoints | 2 years ago | |
MaterialIcons-Regular.ttf | 2 years ago | |
MaterialIconsOutlined-Regular.codepoints | 2 years ago | |
MaterialIconsOutlined-Regular.otf | 2 years ago | |
MaterialIconsRound-Regular.codepoints | 2 years ago | |
MaterialIconsRound-Regular.otf | 2 years ago | |
MaterialIconsSharp-Regular.codepoints | 2 years ago | |
MaterialIconsSharp-Regular.otf | 2 years ago | |
MaterialIconsTwoTone-Regular.codepoints | 2 years ago | |
MaterialIconsTwoTone-Regular.otf | 2 years ago | |
README.md | 3 years ago |
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">