HTML,CSS,JAVASCRIPT

폰트 구글 마테리얼 라이브러리 사용법

<head>

<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">

</head>

<body>

<i class="material-icons">&#xE87C;</i>

 

</body>

 

fonts.google.com/icons?selected=Material+Icons

developers.google.com/fonts/docs/material_icons

 

Material Icons Guide  |  Google Fonts  |  Google Developers

An overview of material icons—where to get them and how to integrate them with your projects. What are material icons? Material design system icons are simple, modern, friendly, and sometimes quirky. Each icon is created using our design guidelines to de

developers.google.com