资源链接合集 【CSS3部分】 1.CSS3之嵌入web字体(@font-face)
分类:
其他好文 时间:
2016-02-11 15:41:13
阅读次数:
163
1.定义个性化字体 @font-face{ font-family:字体名字; src:字体地址,可以多写几个用逗号隔开兼容浏览器 } div{ font-family:字体名字/*使用字体*/ } 2.使用反射让字体倒影 box-reflect:{方向,间距,渐变效果} 注:padding会yin
分类:
Web程序 时间:
2016-02-07 13:34:38
阅读次数:
361
@font-face存在的问题: 1、不同浏览器支持不同格式 2、Firefox默认情况下不允许跨域font-face,除非你可以添加“Access-Control-Allow-Origin” header to the font. 一个暂时的解决方案: 1、去fontsquirrel.com下载需
分类:
其他好文 时间:
2016-01-28 15:11:37
阅读次数:
109
{ "auto_complete": false, "auto_complete_commit_on_tab": false, "draw_minimap_border": true, "draw_white_space": "all", "font_face": "Monaco", "font_s...
分类:
其他好文 时间:
2016-01-24 10:22:48
阅读次数:
159
@font-face { font-family: "Courier New"; }@font-face { font-family: "宋体"; }@font-face { font-family: "Cambria Math"; }@font-face { font-family: "@宋体";...
分类:
其他好文 时间:
2016-01-10 16:57:22
阅读次数:
148
@font-face{font-family:"TimesNewRoman";}@font-face{font-family:"宋体";}p.MsoNormal{margin:000;text-align:justify;font-family:"TimesNewRoman";font-size:14px;}p.p{margin:7px0;text-align:left;font-family:"TimesNewRoman";font-size:16px;}span.msoIns{text-decorat..
分类:
系统相关 时间:
2015-12-31 07:21:16
阅读次数:
306
Bootstrap3 为何无法显示Glyphicons 图标在CSS引入字体即可解决@font-face { font-family: 'Glyphicons Halflings'; src: url('/fonts/glyphicons-halflings-regular.eot'); sr...
分类:
其他好文 时间:
2015-12-10 23:25:40
阅读次数:
748
@font-face { font-family: "Times"; }@font-face { font-family: "宋体"; }@font-face { font-family: "宋体"; }@font-face { font-family: "@宋体"; }@font-face { f...
分类:
其他好文 时间:
2015-12-09 13:40:14
阅读次数:
180
第六章一、文字font-family: 一、常用的英文字体(1)serif字体:用于冗长的文字信息(2)sans-serif字体: 经常用在标题上(3)monospaced字体: 经常用于显示计算机代码二、常见的中文字体三、网络字体1自托管(买断字体)(1)语法:@font-face: 高速浏览器字...
分类:
Web程序 时间:
2015-12-08 00:08:59
阅读次数:
230
很久以前,我们如何使用图标?1.切图2.拼合(Sprites)原始社会啊!后来CSSGagagrunt-css-sprite字体图标相见不曾相识Emoji绘文字iconfont.cn直接上传SVG如何使用字体@font-face { font-family: 'FontName'; src:ur.....
分类:
其他好文 时间:
2015-12-03 00:31:37
阅读次数:
145