/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
font-family: 'Flat-UI-Icons';
content: attr(data-icon);
speak: none;
このコードは、ブートストラップ テーマ テンプレートの 1 つで見ました。data-icon または attr(data-icon) はどのように機能しますか? 私が持っていた例の「画像/単語」を表示できないようです。今は空です。私は試した
<a href="#fakelink" class="fui-flat">text here</a>
ここのフォントのテキストは、例のものと同じではないようです。また、例の a タグの間には何もありません。
ご意見をお聞かせください。ありがとうございました