码迷,mamicode.com
首页 >  
搜索关键字:@font-face    ( 369个结果
字体图标表单\单选框,复选框效果(完整版)
CSS: 1 h1,h2,h3{ font-size: 24px;} 2 a:hover { text-decoration: none; } 3 @font-face {font-family: "iconfont"; src: url('iconfont.eot'); /* IE9*/ sr.....
分类:其他好文   时间:2014-12-18 20:17:45    阅读次数:376
字体图标
@font-face{ font-family: "lee"; src: url("../fonts/lee.eot");/* IE9兼容 */ src: url("../fonts/lee.eot?#iefix") format("embedded-opentype"), ...
分类:其他好文   时间:2014-12-18 14:59:36    阅读次数:135
第三方支付链接
@font-face { font-family: "宋体"; }@font-face { font-family: "宋体"; }@font-face { font-family: "@宋体"; }@font-face { font-family: "Cambria"; }p.MsoNormal,...
分类:其他好文   时间:2014-12-18 10:22:41    阅读次数:225
css实例--文字/字体
使用自定义字体:在CSS2中font-family属性只能使用两个字体:通用字体:Serif字体,Sans-serif字体,Monospace字体,Cursive字体,Fantasy字体;特定字体:如Times,Courier等,要求计算机已经安装该字体;使用@font-face:@font-fac...
分类:Web程序   时间:2014-12-15 13:42:18    阅读次数:229
@font-face 用字体画图标
HTML 1 2 li*5>a[href=#]>i.icon --> 3 4 5  6  7  8  9 10...
分类:其他好文   时间:2014-12-10 19:27:01    阅读次数:268
grails中使用bootstrap的图标
<styletype="text/css">@font-face{font-family:‘GlyphiconsHalflings‘;src:url(‘${resource(dir:‘fonts‘,file:‘glyphicons-halflings-regular.eot‘)}‘);src:url(‘${resource(dir:‘fonts‘,file:‘glyphicons-halflings-regular.svg‘)}‘);src:url(‘${resource(dir:‘fonts‘,..
分类:其他好文   时间:2014-12-03 02:00:16    阅读次数:200
RF1001: 各浏览器对 '@font-face' 规则支持的字体格式不同,IE 支持 EOT 字体,Firefox Safari Opera 支持 TrueType 等字体
http://w3help.org/zh-cn/causes/RF1001作者:陆远标准参考根据 CSS3 草案中的描述,'@font-face' 规则允许使用链接到需要时自动激活的字体。这使得用户可以使用在线的字体,而不仅仅拘泥于使用用户端系统内的字体。一套对字体的描述定义了字体资源的位置,可以是...
分类:其他好文   时间:2014-11-26 16:03:00    阅读次数:373
(转)CSS3 @font-face
http://www.fontsquirrel.com/fontface@font-face是CSS3中的一个模块,他主要是把自己定义的Web字体嵌入到你的网页中,随着@font-face模块的出现,我们在Web的开发中使用字体不怕只能使用Web安全字体,你们当中或许有许多人会不自然的问,这样的东西...
分类:Web程序   时间:2014-11-26 13:40:18    阅读次数:243
NetworkError: 404 Not Found - http://xxxxxxxx/xx-font.woff
NetworkError: 404 Not Found - http://xxxxxxxx/xx-font.woff解决方法 asp.net 中会遇到一个@font-face问题: NetworkError: 404 Not Found - http://xxxxxxxx/xx-font.woff修...
分类:Web程序   时间:2014-11-23 14:20:37    阅读次数:178
@font-face(css3属性)实现在网页中嵌入任意字体
@font-face语法规则 @font-face {   font-family: ;   src:  [][, []]*;   [font-weight: ];   [font-style: ]; } 说明: YourWebFontName:此值指的就是你自定义的字体名称,最好是使用你下载的默认字体,他将被引用到你的Web元素中的font-family。如“font-...
分类:Web程序   时间:2014-11-19 01:55:45    阅读次数:186
369条   上一页 1 ... 32 33 34 35 36 37 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!