码迷,mamicode.com
首页 >  
搜索关键字:font    ( 28583个结果
css翻页样式
/*=======================翻页样式===========================*/.pages { width: 660px; text-align: center; font-size: 14px; float: left; margin-left: 340px;...
分类:Web程序   时间:2014-05-27 01:54:01    阅读次数:491
JavaScript 将多个引用(样式或者脚本)放入一个文件进行引用
1、将样式放入一个文件进行引用@import url("../media/css/bootstrap.min.css");@import url("../media/css/bootstrap-responsive.min.css");@import url("../media/css/font-a...
分类:编程语言   时间:2014-05-27 01:29:55    阅读次数:291
css自定义字体
@font-face { font-family: 华文隶书; src: url( ../font/STLITI.eot ); /* IE */ src: url( ../font/STLITI.ttf ) format("truetype"); /* 非IE */ }...
分类:Web程序   时间:2014-05-27 01:10:44    阅读次数:300
LeetCode:ZigZag Conversion
The string "PAYPALISHIRING" is written in a zigzag pattern on a given number of rows like this: (you may want to display this pattern in a fixed font ...
分类:其他好文   时间:2014-05-24 04:13:54    阅读次数:284
webStrom及phpStrom中文乱码解决方法
我们刚开始用webStrom或者phpStrom时,可能会遇到中文乱码的问题,比如菜单乱码、中文文件名乱码:其实解决方法也很简单,只需在这里调整就行了:打开:File -> Settings -> Appearance,这里可以设置你的软件界面的字体,勾选“Override default font...
分类:Web程序   时间:2014-05-24 01:17:25    阅读次数:859
Notation, First Definitions 转 http://brnt.eu/phd/node9.html
LaTeX commandEquivalent toOutput styleRemarks\textnormal{...}{\normalfont...}document font familyThis is the default or normal font.\emph{...}{\em...}...
分类:Web程序   时间:2014-05-24 00:13:51    阅读次数:274
canvas动画文字效果
Doughnut Chartvar c=document.getElementById("canvas");var ctx=c.getContext("2d");ctx.font="50px sans-serif";ctx.fillText("75%",40,92);//ctx.clearRect(...
分类:其他好文   时间:2014-05-20 13:05:39    阅读次数:302
canvas
Doughnut Chartvar c=document.getElementById("canvas");var ctx=c.getContext("2d");ctx.font="50px sans-serif";ctx.fillText("75%",40,92);
分类:其他好文   时间:2014-05-20 12:37:13    阅读次数:184
leetcode -day16 ZigZag Conversion
1、 ?? ZigZag Conversion The string "PAYPALISHIRING" is written in a zigzag pattern on a given number of rows like this: (you may want to display this pattern in a fixed font for better legibili...
分类:其他好文   时间:2014-05-18 07:56:49    阅读次数:407
CSS3新属性:在网站中使用访客电脑里没有安装的字体
CSS的font-family属性使网页可以使用客户电脑里的字体,从而得到多姿多彩的WEB页面,但当客户端没有你想要使用的字体时怎么办呢?我们总不能让每个访问者都去安装一个字体吧?事实上,这是可以的!不过不是访客主动下载的,而是网站开发者帮访客下载安装的,具体怎么实现的,我们还要从字体文件的格式说起...
分类:Web程序   时间:2014-05-17 20:14:45    阅读次数:351
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!