フォントの素晴らしいアイコンに画像を追加したいと考えています。icon-star-empty があり、その開始部分の内部を写真で埋めたいとします。それは可能ですか?私はそれをハッキングしましたが、本当にどこにでも行きました。どんな助けでも大歓迎です。
[class^="icon-"]::before,
[class*=" icon-"]::before {
font-family: FontAwesome;
font-style: normal;
display: inline-block;
text-decoration: inherit;
}
.icon-star-empty:before {
content: "\f006";
}
.iconBackground:before {
font-size: 72px;
background: -webkit-gradient(linear, left top, left bottom, from(#f00), to(#333));
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
display initial;
}
以下のリクエストごとにフィドルを追加しました。