List of Web Safe Fonts

List of Web Safe Fonts

Here is the list of websafe fonts that I use in my own personal web development. Websafe (or "web safe", "safe for the web") fonts are supposedly fonts that are common among all versions of Windows, Mac, Linux, etc. Fonts that you expect everyone viewing your webpage to have. Please contact me if you know of any other web-safe fonts that should be added to this list. These font names are in typical font-family CSS format, in other words (first choice font), (second choice font), (third choice font), etc. I made them that way so you could easily copy and paste them into your CSS code. Also, each font comes with a CSS Generic Font Family fallback font (such as serif or sans-serif), in case the primary (and secondary) font is not found.

font-family: Arial, Helvetica, sans-serif;
font-family: 'Arial Black', Gadget, sans-serif;
font-family: 'Bookman Old Style', serif;
font-family: 'Comic Sans MS', cursive;
font-family: Courier, monospace;
font-family: 'Courier New', Courier, monospace;
font-family: Garamond, serif;
font-family: Georgia, serif;
font-family: Impact, Charcoal, sans-serif;
font-family: 'Lucida Console', Monaco, monospace;
font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
font-family: 'MS Sans Serif', Geneva, sans-serif;
font-family: 'MS Serif', 'New York', sans-serif;
font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
font-family: Symbol, sans-serif;
font-family: Tahoma, Geneva, sans-serif;
font-family: 'Times New Roman', Times, serif;
font-family: 'Trebuchet MS', Helvetica, sans-serif;
font-family: Verdana, Geneva, sans-serif;
font-family: Webdings, sans-serif;
font-family: Wingdings, 'Zapf Dingbats', sans-serif;

from:http://www.fonttester.com/help/list_of_web_safe_fonts.html

Coda Slider Effect

用jQuery仿coda的一个tab slide效果~ 来源:jqueryfordesigners

需要以下三个插件:

demo:http://lab.fouland.com/js-tester/jq-coda/coda-slider.html | coda

Redesign for Hainei.com

写了个又黑又宽版的hainei样式,firefox only,最好在3.0以上版本使用

需要插件 Stylish or Greasemonkey 的支持,或者手动加到userChrome.css

userstyle : http://userstyles.org/styles/8713

截图对比:beforeafter

html editer

这个工具强的。。。貌似是基于yui的,厄,俺真要好好琢磨下js了

test:http://williamduff.name/YahooPages/

ie8beta1

动作真快啊,昨天晚上看到的站点里面下载连接都还是不能用的,今天就放出来鸟。

我等柔弱之人又将迈向 更深一级的无间炼狱。据说是完全支持css2.1,部分支持css3和html5了。去单位装个虚机试试看吧,希望这个世界不要过于美妙啊

下载地址:Internet Explorer 8 Beta1

 1 2 3 Next →

About

User