Fonts

Download Lucida Sans Unicode

Other link icons are at Link Icons

@font-face

July 23010: the @font-face CS rul ha now been implemented by Wikidot o that it work on Firefox which it didn't previously.

<ore info i at http://nicewebtype.com/notes/2009/10/30/how-to-use-css-font-face/

Example syntax is:

@font-face {
    font-family: 'VollkornRegular';
    src: url('http://objectid.wdfiles.com/local--files/admin:fonts/Vollkorn-Regular-webfont.eot');
    src: local('☺'), 
    url('/local--files/admin:fonts/Vollkorn-Regular-webfont.woff') format('woff'),             
    url('/local--files/admin:fonts/Vollkorn-Regular-webfont.ttf') format('truetype'), 
    url('/local--files/admin:fonts/Vollkorn-Regular-webfont.svg#webfonttc6YkatK') format('svg');
    font-weight: normal;
    font-style: normal;
}

...

#top-bar {
    font-family: "VollkornRegular", Georgia;
}
Page tags: css images links wikidot
Site Design and Content by Strathview Consultants copyright 2009-2010