-
https://icomoon.io生成字体图标 http://flowerboys.cn/font/查看全部
-
选择器名称:pseudo-element{ property:value;}伪元素,创建虚假的元素,并插入到目标元素内容之前 content:normal|none|[<string>]|<uri>|...]+与:before及:afrer伪元素配合,插入生成内容查看全部
-
CSS: @font-face{ font-family:<family-name>;自定义字体名字 src:[<url>[format(<string>#)]?|<font-face-name>]#;url自定义字体路径(如是EOT格式,除了兼容IE9下原地址的代码,还要在后面多加一行兼容IE9以下url("..地址?#iefix")的代码),format用于自定义字体格式 font-weight:<weight>;自定义字体粗细 font-style:<style>;自定义字体样式(正常或斜体) } 字体格式对于表: String Font Format Common extensions "embedded-opentype" Embedded OpenType .eot "woff" WOFF(Web Open Font Format) .woff "truetype" TrueType .ttf "svg" SVG Font .svg、.svgz HTML: &#x图标字体16进制代码查看全部
-
小图标字体的优缺点查看全部
-
CSS Sprite(图片拼合技术--即CSS精灵)查看全部
-
https://icomoon.io查看全部
-
图标设计查看全部
-
@font-face{ font-family: "imooc-icon"; src: url("../fonts/icomoon.eot"); /* IE9 兼容模式 */ src: url("../fonts/icomoon.eot?#iefix") format("embedded-opentype") ,url("../fonts/icomoon.woff") format("woff") ,url("../fonts/icomoon.ttf") format("truetype") ,url("../fonts/icomoon.svg") format("svg"); font-weight: normal; font-style: normal; } .imoon-icon{ /* use !important to prevent issues with browser extensions that change fonts */ font-family: 'icomoon' !important; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; /* Better Font Rendering =========== */ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }查看全部
-
图标推荐网站 https://icomoon.io 图标变成字体简介网站 http://www.w3cplus.com/css3/how-to-turn-your-icons-into-a-web-font.html查看全部
-
css sprite(css精灵) 网页小图标查看全部
-
利用css伪元素添加font-icon: <ul class="layout"> <li><i class="icon icon-like shadow"></i></li> <li><i class="icon icon-spinner spinner"></i></li> <li><i class="icon icon-heart love"></i></li> </ul> .icon-spinner:before { content: "\e600"; } .icon-heart:after { content: "\e602"; } .icon-heart:before { content: "\e601"; }查看全部
-
/* 引入字体icon图片 */ @font-face{ font-family: "imooc-icon"; src: url("../fonts/icomoon.eot"); /* IE9 兼容模式 */ src: url("../fonts/icomoon.eot?#iefix") format("embedded-opentype") ,url("../fonts/icomoon.woff") format("woff") ,url("../fonts/icomoon.ttf") format("truetype") ,url("../fonts/icomoon.svg") format("svg"); font-weight: normal; font-style: normal; }查看全部
-
icoMoon.io查看全部
-
三种图标技术总结查看全部
-
HTML 字体内容实体 查看全部
举报
0/150
提交
取消