27.02.2013 Views

Suitcase Fusion 3 User Guide for Mac OS - Extensis

Suitcase Fusion 3 User Guide for Mac OS - Extensis

Suitcase Fusion 3 User Guide for Mac OS - Extensis

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Browsers Lacking @font-face Support<br />

In order to deliver web content to users with older browsers that lack @font-face support or browsers that<br />

only support SVG web fonts, your CSS should include fallback fonts. You probably already do this anyway, but<br />

as a refresher, here is an example of what you can do to make sure your websites are viewable by a majority of<br />

visitors.<br />

@font-face {<br />

font-family: GrotesqueReg;<br />

src: url('http://fnt.webink.com/wfs/?drawer=00000000-0000-0000-0000-<br />

00000000&font=FFFFFFFF-FFFF-FFFF-FFFF-FFFFFFFF'); }<br />

body { font-family: GrotesqueReg, 'Lucida Grande', Arial, sans-serif; }<br />

Points to remember:<br />

• Include your target font (the WebINK font) first in the font-family list.<br />

• You can include a less common font in the list. If users have it installed but their browser doesn’t support<br />

WebINK fonts, they will see this font instead.<br />

• Font family names with multiple words need to be enclosed in quotes ('Lucida Grande' in the<br />

example).<br />

• The next-to-last entry in the font-family list should be a common web font. See the list below <strong>for</strong><br />

examples.<br />

• The final entry in the list should be a generic font family.<br />

Generic font family Common web fonts<br />

serif Times New Roman, Georgia<br />

sans-serif Verdana, Arial, Tahoma<br />

monospace Courier New, Lucida Sans Typewriter, Andale Mono<br />

cursive<br />

Comic Sans MS, Lucida Handwriting<br />

fantasy Impact, Papyrus<br />

The Code Style web site, another great resource where you can spend hours learning tips and tricks to make<br />

your web designs really pop, has a page of starter font stacks and links to other articles as well as a font stack<br />

builder. See http://www.codestyle.org/css/font-family/BuildBetterCSSFontStacks.shtml.<br />

A nice overview on font stacks, as well as a clear description of some of the characteristics of fonts that you may<br />

not think about <strong>for</strong> your fallback stack, can be seen at http://www.slideshare.net/maxdesign/css-fontstacks<br />

(Flash Player is required <strong>for</strong> the slideshow).<br />

- 93 -

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!