Google 아이콘 > 퍼블리셔팁

퍼블리셔팁

퍼블리싱과 관련된 유용한 정보를 공유하세요.
질문은 상단의 QA에서 해주시기 바랍니다.

Google 아이콘 정보

기타 Google 아이콘

본문

Google 아이콘

Google 아이콘을 사용하려면 <head>HTML 페이지 의 섹션 안에 다음 행을 추가 하십시오.


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


참고 : 다운로드 또는 설치가 필요하지 않습니다!


<!DOCTYPE html>

<html>

<head>

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

</head>

<body>


<i class="material-icons">cloud</i>

<i class="material-icons">favorite</i>

<i class="material-icons">attachment</i>

<i class="material-icons">computer</i>

<i class="material-icons">traffic</i>


</body>

</html>

추천
0
  • 복사

댓글 0개

© SIRSOFT
현재 페이지 제일 처음으로