2017-01-27 5 views

答えて

0

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/そこのアイコンを調べて、このテーマのすべてのアイコンが重要であることを単純に変更することができます。

関連する問題