답변

5

1 단계를 참조 할 수 있습니다 : 재질 아이콘 스타일 시트를 포함합니다.

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

2 단계 :

CSS 코드 :

.bullet li a:before { 
    font-family: "Material Icons"; 
    content: "\e5cc"; 
} 

설명 : 값 e5cc은 갈매기에 대한 참조 코드입니다.

enter image description here

+0

Btw. 이 가치/코드의 이름은 무엇입니까? – ellockie

0

이보십시오.

.bullet li a:before { 
    font-family: FontAwesome; 
    content: "\f054"; 
} 

당신은 here for content values

+0

너무 설정 글꼴 - 가족 기억 Medda86 @ P – Medda86

+0

... 그래를 .. 그 주셔서 감사합니다 ... :) –

+0

을 감사합니다 @ BhavinShah하지만 Google Material Icons를 사용하지 않습니다 ... – Max

0

당신은 RTL 모드 이것을 사용할 수 있습니다 :

.bullet li a:before {content: '\E5CB';}