@font-face 用字型畫表徵圖,@font-face字型

來源:互聯網
上載者:User

@font-face 用字型畫表徵圖,@font-face字型

HTML

 1 <body> 2     <!-- ul.layout>li*5>a[href=#]>i.icon --> 3     <!-- Sublime Text 快捷拼字 --> 4     <ul class="layout"> 5         <li><a href="#"><i class="icon">&#xe601;</i></a></li> 6         <li><a href="#"><i class="icon">&#xe600;</i></a></li> 7         <li><a href="#"><i class="icon">&#xe602;</i></a></li> 8         <li><a href="#"><i class="icon">&#xe603;</i></a></li> 9         <li class="last-child"><a href="#"><i class="icon">&#xe604;</i></a></li>10         <div class="clear"></div>11     </ul>12 </body>

CSS

 1 <style> 2         * {margin:0; padding:0;} 3         body { background-color: #fc0; padding-top: 50px;} 4         ul li { list-style: none;} 5         a { text-decoration: none;} 6         .clear { clear:both;} 7         .layout { width:604px; margin:0 auto;} 8         .layout li { display: block; float: left; border-right: 1px solid #930808; } 9         .layout li.last-child { border-right: none;}10         .layout li a { display: block; width: 120px; height:120px; line-height: 120px; text-align: center; background-color: #f00;}11         .layout li a i { color:#fc0;}12         .layout li a:hover i { color:#fff;}13         @font-face {14             font-family: "icomoon";15             src:url('fonts/icomoon.eot?-9731bi');16                 /*↑相容IE9相容模式開啟IE8及其以下瀏覽器可以顯示;*/17                 /*↓相容IE9可以顯示;*/18             src:url("fonts/icomoon.eot?#iefix") format("embedded-opentype"),19                 url("fonts/icomoon.woff") format("woff"),20                 url("fonts/icomoon.ttf") format("truetype"),21                 url("fonts/icomoon.svg") format("svg");22             /*EOT { 微軟開發用於嵌入網頁中的字型,IE專用字型; }23             **WOFF { Web字型中最佳格式,被W3C推薦; }24             **TTF { 由Microsoft和Apple聯合開發的一套字型標準,是Mac OS和Win作業系統中最常見的的一種字型; }25             **SVG { 用於SVG字型渲染的一種格式,是由W3C制定的開放標準的圖形格式; }26             */27             font-weight: normal;28             font-style: normal;29         }30         .icon {31             font-family: "icomoon";32             font-style: normal;33             font-weight: normal;34             font-size: 90px;35             -webkit-font-smoothing: antialiased;36             -moz-osx-font-smoothing: grayscale;37             /*消除鋸齒屬性*/38         }39 </style>

SHOW

字型表徵圖下載網站:Icomoon

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.