css 使用Divi的ETModules图标字体

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了css 使用Divi的ETModules图标字体相关的知识,希望对你有一定的参考价值。

<h2>Contact Information</h2> 
<div class="contact-address contact-media">123 Your Address, San Antonio, Texas 78212</div> 
<div class="contact-phone contact-media">(210) 555-5555</div> 
<div class="contact-fax contact-media">(210) 999-9999</div> 
<div class="contact-email contact-media">logan@orangepulleyllc.com</div>
.contact-media:before {
 position: relative;
 margin-right: 4px;
 font-family: 'ETmodules';
}
.contact-address:before {
 content: "\e009";
}
.contact-media {
 margin-bottom: 2px;
}
.contact-phone:before {
 content: "\e090";
}
.contact-email:before {
 content: "\e010";
}
.contact-fax:before {
 content: "\e103";
}

以上是关于css 使用Divi的ETModules图标字体的主要内容,如果未能解决你的问题,请参考以下文章

黑马程序员前端-CSS字体图标

CSS高级技巧

CSS - 样式字体真棒字体图标

如何使用Font Awesome字体图标

web字体图标的使用

求助大神,css中用字体标签画icon图标的问题