1
기본 구성 요소가 기본적으로 사용하는 멋진 글꼴 대신 재료 디자인 아이콘을 사용하고 싶습니다. 다른 아이콘 라이브러리로 이동하려면 어떻게해야합니까?글꼴 대신 재질 디자인 아이콘 사용 PrimeNg에서 awesome
기본 구성 요소가 기본적으로 사용하는 멋진 글꼴 대신 재료 디자인 아이콘을 사용하고 싶습니다. 다른 아이콘 라이브러리로 이동하려면 어떻게해야합니까?글꼴 대신 재질 디자인 아이콘 사용 PrimeNg에서 awesome
font-family를 변경해야합니다.
.material-icons, .fa {
font-family: 'Material Icons';
font-weight: normal;
font-style: normal;
font-size: 1.5em;
display: inline-block;
width: 1em;
height: 1em;
line-height: 1;
text-transform: none;
letter-spacing: normal;
word-wrap: normal;
white-space: nowrap;
direction: ltr;
-webkit-font-smoothing: antialiased;
text-rendering: optimizeLegibility;
-moz-osx-font-smoothing: grayscale;
font-feature-settings: 'liga';
}
Infact primeng에는 속임수를 쓸 수있는 중요한 주제가 있습니다. http://www.primefaces.org/ultima-ng/ 아이콘을 검사하면 간단히 변경할 수 있습니다. 모든 아이콘이이 테마에 중요합니다.