码迷,mamicode.com
首页 >  
搜索关键字:宋体    ( 459个结果
dom 按着shift多选
无标题文档 按住shift多 宋体 黑体 楷体 微软雅黑 新宋体 仿宋
分类:其他好文   时间:2015-01-16 18:27:02    阅读次数:176
JS和CSS中引号的使用
font-family属性值如果是英文可以不加引号,如果是中文按照CSS标准则应该加引号,但不加引号也没关系。比如:font-family:Arial,"宋体","黑体" 当字体的名称超过两个单词就要加引号 中文字体名称都要加引号(因为中文字体一般都超过2个字 )。中文是要加,英文可以不加,里面是多...
分类:Web程序   时间:2015-01-13 00:01:02    阅读次数:358
通知NSNotication&通知中心NSNoticationCenter
@font-face { font-family: "Wingdings"; }@font-face { font-family: "宋体"; }@font-face { font-family: "宋体"; }@font-face { font-family: "@宋体"; }@font-face...
分类:其他好文   时间:2015-01-12 06:45:09    阅读次数:156
css背景和文本样式
字体与颜色:font-family:宋体,楷体,微软雅黑,;font-size:10px; 改变字体的大小font-style:normal|italic(斜体);font-weight:bold; 加粗背景:background-color:red; 背景颜色background-image:ur...
分类:Web程序   时间:2015-01-10 18:02:15    阅读次数:225
CSS 中文字体的英文名称 (simhei, simsun) 宋体 微软雅黑
Mac OS的一些:华文细黑:STHeiti Light [STXihei]华文黑体:STHeiti华文楷体:STKaiti华文宋体:STSong华文仿宋:STFangsong俪黑 Pro:LiHei Pro Medium俪宋 Pro:LiSong Pro Light标楷体:BiauKai苹果俪中黑...
分类:Web程序   时间:2014-12-25 18:11:11    阅读次数:189
.netGDI+(转)
架上图片了你就可以在画板上涂改了啊我要写多几个字上去 string str = "Baidu"; //写什么字? Font font = Font("宋体",30f); //字是什么样子的? Brush brush = Brushes.Red; //用红色涂上我的字吧; PointF point =...
分类:Web程序   时间:2014-12-18 11:41:53    阅读次数:249
第三方支付链接
@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设置字体
另,考虑到文件编码问题,在css中推荐使用中文字体的英文表示法,以下附常见中文字体的英文名:Mac OS的一些:Georgia 数字高低起伏Comic Sans MS 好看的英文字体华文细黑:STHeiti Light [STXihei]华文黑体:STHeiti华文楷体:STKaiti华文宋体:ST...
分类:Web程序   时间:2014-12-16 18:51:00    阅读次数:193
Source Insight 中文乱码问题解决
(1)source insight 阅读VC++源码,注释为乱码解决方案1、options->preferences->Syntax Formatting->Styles;2、在Style Name 选择 Comment,再对其Font Name 选择Pick,然后再选择“新宋体”。(2)sourc...
分类:其他好文   时间:2014-12-12 18:23:14    阅读次数:130
网页浮窗效果
Fixed固定位置的悬浮 * { font-size:12px; font-family:Verdana,宋体; } html, body { margin:0px; padding:0px; overflow:hidden; } .b { margin:0px; padding:0px; overflow:auto; } .line0 { line-height:20px; back...
分类:Web程序   时间:2014-12-04 15:37:40    阅读次数:190
459条   上一页 1 ... 36 37 38 39 40 ... 46 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!