Style Sample

Total Page:16

File Type:pdf, Size:1020Kb

Style Sample untitled text 2 Page 1 of 5 Printed: 9/6/10 10:53:24 PM Printed For: wolffw 1 body { 2 text-align: center; 3 background-color: #A9A9AB; 4 } 5 6 #container { 7 margin: 10px; 8 margin-left: auto; 9 margin-right: auto; 10 width: 760px; 11 border: 1px solid #666; 12 padding: 5px; 13 background-color: #EEf1E6; 14 } 15 16 * html div #container { /* This is the Tan hack */ 17 width: 782px; 18 w\idth: 760px; } 19 20 #banner { 21 margin-bottom: 3px; 22 background: #FFF url('http://williamwolff.org/img/sample-homepage-header.jpg') no-repeat top right; 23 border: 1px solid #25251A; 24 height: 190px; 25 } 26 27 #banner p { 28 margin-left: -2500px; 29 } 30 31 /* header navigation */ 32 #navcontainer 33 { 34 margin: 2px 0 3px 0; 35 margin-left: auto; 36 margin-right: auto; 37 padding: 0; 38 height: 20px; 39 width: 620px; 40 } 41 42 #navcontainer ul 43 { 44 border: 0; 45 margin: 0; 46 padding: 0; 47 list-style-type: none; 48 text-align: center; 49 } 50 51 #navcontainer ul li 52 { 53 display: block; 54 float: left; 55 text-align: center; 56 padding: 0; 57 margin-left: 2px; untitled text 2 Page 2 of 5 Printed: 9/6/10 10:53:24 PM Printed For: wolffw 58 } 59 60 #navcontainer ul li a 61 { 62 background: #fff; 63 width: 120px; 64 height: 18px; 65 border: 1px solid #666; 66 padding: 0; 67 margin: 0 0 10px 0; 68 color: #666; 69 text-decoration: none; 70 display: block; 71 text-align: center; 72 font: normal 10px/18px "Trebuchet MS", lucida, sans-serif; 73 } 74 75 #navcontainer ul li a:hover 76 { 77 color: #fff; 78 background: #792D1E; 79 } 80 81 #navcontainer a:active 82 { 83 background: #769D93; 84 color: #fff; 85 } 86 87 #navcontainer li#active a 88 { 89 background: #769D93; 90 border: 1px solid #c60; 91 color: #fff; 92 } 93 94 /* end top navigation */ 95 96 /* begin body */ 97 98 #wrap { 99 width: 100%; 100 background-color: #FFF; 101 border: 1px dotted #333; 102 } 103 104 #content { 105 padding: 5px; 106 background-color: #FFF; 107 margin-right: 215px; 108 border-right: 1px dotted #ccc; 109 } 110 111 #content p { 112 font-family: "Trebuchet MS", arial, sans-serif; 113 color: #000; 114 font-size: 14px; untitled text 2 Page 3 of 5 Printed: 9/6/10 10:53:24 PM Printed For: wolffw 115 text-align: left; 116 } 117 118 h2.bluetop { 119 text-align: left; 120 font-family: Gill Sans MT, Verdana, Arial, sans-serif; 121 font-weight: normal; 122 line-height: 20px; 123 color: #56627b; 124 } 125 126 h2.blue { 127 text-align: left; 128 font-family: Gill Sans MT, Verdana, Arial, sans-serif; 129 font-weight: normal; 130 line-height: 20px; 131 color: #56627b; 132 border-top: 1px solid #EAE7D6; 133 } 134 135 #content img.floatleft { 136 float: left; 137 margin-top: 4px; 138 border: 1px solid #ccc; 139 padding: 4px; 140 margin-right: 4px; 141 } 142 143 .moveright { 144 border: none; 145 margin-left: 120px; 146 padding: 0 5px; 147 } 148 149 /* end body */ 150 151 /* begin sidebar */ 152 153 #sidebar-a { 154 float: right; 155 width: 200px; 156 margin: 0; 157 margin-left: 5px; 158 padding: 5px; 159 background-color: #fff; 160 } 161 162 * html div #sidebar-a { /* This is the Tan hack */ 163 width: 210px; 164 w\idth: 200px; 165 } 166 167 .square { 168 text-align: right; 169 margin-right: auto; 170 margin-left: auto; 171 margin-bottom: 0px; untitled text 2 Page 4 of 5 Printed: 9/6/10 10:53:24 PM Printed For: wolffw 172 width: 100%; 173 padding: 3px; 174 color: #000; 175 background-color: transparent; 176 } 177 178 .square h1 { 179 text-align: right; 180 text-indent: 0; 181 width: 100%; 182 font-size: 14px; 183 font-weight: bold; 184 text-decoration: none; 185 font-variant: small-caps; 186 border-bottom: 1px solid #333; 187 color: #333; 188 background-color: transparent; 189 padding: 0; 190 } 191 192 .square ul { 193 list-style-type: none; 194 margin-left: 0; 195 padding-left: 10px; 196 } 197 .square li { 198 font-size: 10px; 199 } 200 201 .square a { 202 margin-right: 15px; 203 } 204 205 .square p.right { 206 font-size: 8px; 207 text-align: right; 208 } 209 210 /* end sidebar */ 211 212 /* begin footer */ 213 214 #footer { 215 clear: both; 216 padding: 0; 217 margin-top: 5px; 218 background-color: transparent; 219 } 220 221 #footer p { 222 font-family: "Trebuchet MS", arial, sans-serif; 223 font-size: 8px; 224 } 225 226 /* links */ 227 228 a:link { untitled text 2 Page 5 of 5 Printed: 9/6/10 10:53:24 PM Printed For: wolffw 229 font-weight: normal; 230 background-color: transparent; 231 text-decoration: none; 232 font-weight: bold; 233 color: #252618; 234 font-family: "Trebuchet MS", verdana, arial, sans-serif; 235 font-size: 14px; 236 } 237 238 a:visited { 239 color: #56627b; 240 font-weight: bold; 241 text-decoration: none; 242 font-family: "Trebuchet MS", verdana, arial, sans-serif; 243 font-size: 14px; 244 } 245 246 a:hover { 247 color: #7a3526; 248 text-decoration: underline; 249 font-weight: bold; 250 font-family: "Trebuchet MS", verdana, arial, sans-serif; 251 font-size: 14px; 252 } 253 254 a:active { 255 color: #7a3526; 256 text-decoration: underline; 257 font-weight: bold; 258 font-family: "Trebuchet MS",verdana, arial, sans-serif; 259 font-size: 14px; 260 } 261 262 .square a:link, .square a:visited, .square a:hover, .square a:active { 263 font-size: 14px; 264 }.
Recommended publications
  • Cloud Fonts in Microsoft Office
    APRIL 2019 Guide to Cloud Fonts in Microsoft® Office 365® Cloud fonts are available to Office 365 subscribers on all platforms and devices. Documents that use cloud fonts will render correctly in Office 2019. Embed cloud fonts for use with older versions of Office. Reference article from Microsoft: Cloud fonts in Office DESIGN TO PRESENT Terberg Design, LLC Index MICROSOFT OFFICE CLOUD FONTS A B C D E Legend: Good choice for theme body fonts F G H I J Okay choice for theme body fonts Includes serif typefaces, K L M N O non-lining figures, and those missing italic and/or bold styles P R S T U Present with most older versions of Office, embedding not required V W Symbol fonts Language-specific fonts MICROSOFT OFFICE CLOUD FONTS Abadi NEW ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz 01234567890 Abadi Extra Light ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz 01234567890 Note: No italic or bold styles provided. Agency FB MICROSOFT OFFICE CLOUD FONTS ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz 01234567890 Agency FB Bold ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz 01234567890 Note: No italic style provided Algerian MICROSOFT OFFICE CLOUD FONTS ABCDEFGHIJKLMNOPQRSTUVWXYZ 01234567890 Note: Uppercase only. No other styles provided. Arial MICROSOFT OFFICE CLOUD FONTS ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz 01234567890 Arial Italic ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz 01234567890 Arial Bold ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz 01234567890 Arial Bold Italic ABCDEFGHIJKLMNOPQRSTUVWXYZ
    [Show full text]
  • Fonts Installed with Each Windows OS
    FONTS INSTALLED WITH EACH WINDOWS OPERATING SYSTEM WINDOWS95 WINDOWS98 WINDOWS2000 WINDOWSXP WINDOWSVista WINDOWS7 Fonts New Fonts New Fonts New Fonts New Fonts New Fonts Arial Abadi MT Condensed Light Comic Sans MS Estrangelo Edessa Cambria Gabriola Arial Bold Aharoni Bold Comic Sans MS Bold Franklin Gothic Medium Calibri Segoe Print Arial Bold Italic Arial Black Georgia Franklin Gothic Med. Italic Candara Segoe Print Bold Georgia Bold Arial Italic Book Antiqua Gautami Consolas Segoe Script Georgia Bold Italic Courier Calisto MT Kartika Constantina Segoe Script Bold Georgia Italic Courier New Century Gothic Impact Latha Corbel Segoe UI Light Courier New Bold Century Gothic Bold Mangal Lucida Console Nyala Segoe UI Semibold Courier New Bold Italic Century Gothic Bold Italic Microsoft Sans Serif Lucida Sans Demibold Segoe UI Segoe UI Symbol Courier New Italic Century Gothic Italic Palatino Linotype Lucida Sans Demibold Italic Modern Comic San MS Palatino Linotype Bold Lucida Sans Unicode MS Sans Serif Comic San MS Bold Palatino Linotype Bld Italic Modern MS Serif Copperplate Gothic Bold Palatino Linotype Italic Mv Boli Roman Small Fonts Copperplate Gothic Light Plantagenet Cherokee Script Symbol Impact Raavi NOTE: Trebuchet MS The new Vista fonts are the Times New Roman Lucida Console Trebuchet MS Bold Script newer cleartype format Times New Roman Bold Lucida Handwriting Italic Trebuchet MS Bold Italic Shruti designed for the new Vista Times New Roman Italic Lucida Sans Italic Trebuchet MS Italic Sylfaen display technology. Microsoft Times
    [Show full text]
  • Lucida Sans the Quick Brown Fox Jumps Over a Lazy Dog
    Facing up to Fonts Richard Rutter “When the only font available is Times New Roman, the typographer must make the most of its virtues. The typography should be richly and superbly ordinary, so that attention is drawn to the quality of the composition, not the individual letterforms.” Elements of Typographic Style by Robert Bringhurst ≠ Times New Roman Times New Roman is a serif typeface commissioned by the British newspaper, The Times, in 1931, designed by Stanley Morison and Victor Lardent at the English branch of Monotype. It was commissioned after Morison had written an article criticizing The Times for being badly printed and typographically behind the times. Arial Arial is a sans-serif typeface designed in 1982 by Robin Nicholas and Patricia Saunders for Monotype Typography. Though nearly identical to Linotype Helvetica in both proportion and weight, the design of Arial is in fact a variation of Monotype Grotesque, and was designed for IBM’s laserxerographic printer. Georgia Georgia is a transitional serif typeface designed in 1993 by Matthew Carter and hinted by Tom Rickner for the Microsoft Corporation. It is designed for clarity on a computer monitor even at small sizes, partially due to a relatively large x-height. The typeface is named after a tabloid headline titled Alien heads found in Georgia. Verdana Verdana is a humanist sans-serif typeface designed by Matthew Carter for Microsoft Corporation, with hand-hinting done by Tom Rickner. Bearing similarities to humanist sans-serif typefaces such as Frutiger, Verdana was designed to be readable at small sizes on a computer screen. Trebuchet A humanist sans-serif typeface designed by Vincent Connare for the Microsoft Corporation in 1996.
    [Show full text]
  • Bookman Old Style (16 Pt-Bold)
    CDI BEST PRACTICES TIP SHEET Recommended Fonts for Résumés Compatible with Word 2003 (.doc) Most Common Serif Fonts Font Names Acceptable Sizes & Styles Acceptable Sizes & Styles (all keyed in 12 point) Body Content Letterhead & Section Headings Book Antiqua Book Antiqua (12 pt –bold) Book Antiqua (16pt –bold) Book Antiqua (12 pt – italics) BOOK ANTIQUA (16pt –bold caps) Book Antiqua (11 pt) OOK NTIQUA (16pt – bold small caps) Book Antiqua (11 pt- bold) B A Book Antiqua (11 pt – italics) Book Antiqua (14pt –bold) BOOK ANTIQUA (14pt –bold caps) BOOK ANTIQUA (14pt – bold small caps) Book Antiqua (12pt –bold) BOOK ANTIQUA (12pt – bold caps) BOOK ANTIQUA (12pt –bold small caps) Bookman Old Style Bookman Old Style (12 pt- bold) Bookman Old Style (16 pt-bold) Bookman Old Style (12 pt- italics) BOOKMAN OLD STYLE (16 pt – bold caps) Bookman Old Style (11 pt) OOKMAN LD TYLE (16 pt – bold small caps) Bookman Old Style (11 pt-italics) B O S Bookman Old Style (10 pt) Bookman Old Style (14pt-bold) Bookman Old Style (10 pt-bold) BOOKMAN OLD STYLE (14pt –bold caps) BOOKMAN OLD STYLE (14pt – bold small caps) Bookman Old Style (12pt –bold) BOOKMAN OLD STYLE (12pt – bold caps) Courtesy of Norine Dagliano, ekm Inspirations February 2013 Garamond Garamond (12pt –bold) Garamond (16 pt-bold) 12 pt – italics) Garamond ( GARAMOND (16 pt- bold caps) Garamond (11-pt) GARAMOND (16 pt – bold small caps) Garamond (11 pt- bold) Garamond (14 pt – bold) GARAMOND (14 pt – bold caps) GARAMOND (14pt – bold small caps) Georgia Georgia (12pt –bold) Georgia (16 pt –bold)
    [Show full text]
  • TTF Source Font Version Font Name Example Text Arial.Ttf Version 7.00 Arial Arial
    TTF Source Font version Font Name Example text arial.ttf Version 7.00 Arial Arial - 0123456789 abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ äöüÄÖÜß !"#$%&'()*+,-./:;<=?@[\]^_``{|}~ arial.ttf Version 6.98 Arial Arial - 0123456789 abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ äöüÄÖÜß !"#$%&'()*+,-./:;<=?@[\]^_``{|}~ arial.ttf Version 6.89 Arial Arial - 0123456789 abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ äöüÄÖÜß !"#$%&'()*+,-./:;<=?@[\]^_``{|}~ arialbd.ttf Version 7.00 Arial Bold Arial Bold - 0123456789 abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ äöüÄÖÜß !"#$%&'()*+,-./:;<=?@[\]^_``{|}~ arialbd.ttf Version 6.89 Arial Bold Arial Bold - 0123456789 abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ äöüÄÖÜß !"#$%&'()*+,-./:;<=?@[\]^_``{|}~ ariali.ttf Version 7.00 Arial Italic Arial Italic - 0123456789 abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ äöüÄÖÜß !"#$%&'()*+,-./:;<=?@[\]^_``{|}~ ariali.ttf Version 6.89 Arial Italic Arial Italic - 0123456789 abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ äöüÄÖÜß !"#$%&'()*+,-./:;<=?@[\]^_``{|}~ arialbi.ttf Version 7.00 Arial Bold Italic Arial Bold Italic - 0123456789 abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ äöüÄÖÜß !"#$%&'()*+,-./:;<=?@[\]^_``{|}~ arialbi.ttf Version 6.89 Arial Bold Italic Arial Bold Italic - 0123456789 abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ äöüÄÖÜß !"#$%&'()*+,-./:;<=?@[\]^_``{|}~ arial.ttf Version 5.22 Arial Arial - 0123456789 abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ äöüÄÖÜß !"#$%&'()*+,-./:;<=?@[\]^_``{|}~
    [Show full text]
  • Web Type: the Next Big Thing NYC Web Design Meetup July 19, 2010
    Web Type: The Next Big Thing NYC Web Design Meetup July 19, 2010 Jaron J. Rubenstein Rubenstein Technology Group http://www.rubensteintech.com/ Overview Technology Licensing Foundries and Distributors Code Results Issues Conclusion References Copyright © 2010, Rubenstein Technology Group, Inc. All Rights Reserved. Evolution of Web Type Web Fonts – Arial, Times New Roman, etc. – Verdana, Georgia, Tahoma, Trebuchet MS, etc. Scalable Inman Flash Replacement (sIFR) – JavaScript/Flash text replacement – Requires Flash plugin – Limitations for animation, dynamic text, Cufón – Replaces text with VML (MSIE) or SVG (everything else) – Rather slow, complex, has some issues with text selection and screen rendering CSS and @font-face – Method of specifying and downloading fonts – Not “HTML5” , introduced in CSS2 in 1998, standardized in CSS3 – Works with MSIE4+, Firefox 3.5+, Safari 3.1+, Opera 10+ and Chrome 4.0+ – Specification: http://www.w3.org/TR/css3-fonts/#font-resources Copyright © 2010, Rubenstein Technology Group, Inc. All Rights Reserved. @font-face Font Formats TrueType (TTF) – Firefox 3.5+ , Opera 10+, Safari 3.1+, Chrome 4.0.249.4+ Embedded OpenType (EOT) – Microsoft Internet Explorer 4+ Web Open Font Format (WOFF) – Firefox 3.6+, Internet Explorer 9+, Chrome 5+ Scalable Vector Graphics (SVG) – iPad and iPhone Scalable Vector Graphics, gzipped (SVGZ) – Compressed SVG files (via gzip compression) – iPad only Copyright © 2010, Rubenstein Technology Group, Inc. All Rights Reserved. Format Browser Compatibility Browser TrueType WOFF EOT SVG SVGZ MSIE 4 - 8 Yes MSIE 9 Soon Yes Firefox 3.5+ Yes Firefox 3.6+ Yes Yes Safari 3.1+ Yes Yes Yes Chrome 4+ Yes Soon Yes Yes Opera 10+ Yes Soon Yes Yes iPhone Yes iPad Yes Yes Source: http://www.fontspring.com/fontface Copyright © 2010, Rubenstein Technology Group, Inc.
    [Show full text]
  • Ultimate++ Forum
    Subject: Re: It's suspected to be an issue with Font. Posted by Lance on Sat, 07 May 2011 15:39:12 GMT View Forum Message <> Reply to Message Sorry but it's getting more complicated than we had expected. I did test on another Windows XP machine. Here is the font replacement table: struct sRFace { const char *name; dword l, h; } sFontReplacements[] = { { "sans-serif", 0xffee0008, 0xdc000801 }, { "Arial", 0xfffe0000, 0x09c00080 }, {"\346\226\260\345\256\213\344\275\223", 0xfd800000, 0x09ffff00 },//SimSun (or New Song Ti) {"\345\256\213\344\275\223", 0xfd800000, 0x09ffff00 }, // Song Ti {"\345\276\256\350\275\257\351\233\205\351\273\221", 0xfd800000, 0x09ffff00 }, //MS Ya Hei {"\351\273\221\344\275\223", 0xfd800000, 0x09ffff00 }, // Hei Ti { "Arial Unicode MS", 0xfffc3fef, 0xfa7ff7e7 }, { "SimSun", 0xfd800000, 0x09ffff00 }, { "MS UI Gothic", 0xffc01008, 0x0fffff00 }, { "MS Mincho", 0xffc01008, 0x0fffff00 }, { "WenQuanYi Zen Hei Mono", 0xfd800000, 0x0ae7ff7e }, { "WenQuanYi Zen Hei", 0xfd800000, 0x0ae7ff7e }, { "VL Gothic", 0xfd800000, 0x09a7ff80 }, { "VL PGothic", 0xffe00008, 0x0de7ff80 }, { "UnDotum", 0xe5800000, 0x0aa7ff7e }, { "UnBatang", 0xe5800000, 0x0aa7ff7e }, { "DejaVu Sans Mono", 0xffec0004, 0x0fc00080 }, { "DejaVu Sans", 0xfffd000c, 0x0fc40080 }, { "AlArabiyaFreeSerif", 0xffdc0008, 0xd8000007 }, { "Kochi Mincho", 0xffdc0008, 0xd8000007 }, { "Kochi Gothic", 0xffdc0008, 0xd8000007 }, { "Sazanami Mincho", 0xffdc0008, 0xd8000007 }, { "Sazanami Gothic", 0xffdc0008, 0xd8000007 }, { "Gulim", 0xf7c00000, 0x0ba7ff7e }, { "PMingLiU", 0xff800000,
    [Show full text]
  • Coffeecup Software Web Typography Handbook
    CoffeeCup Software Web Typography Handbook Prepare to make ugly Website text a thing of the past with these simple, step-by-step directions on how to spice up your Web typography with the help of CoffeeCup sIFR Font Maker, Website Font, and Direct FTP. As an added bonus, we’ve included several helpful Web Page Design For Designers (http://www.wpdfd.com) articles covering everything from choosing Web-safe typefaces to using CSS to improve text readability to utilizing minifonts. 165 Courtland St. Suite A, Box 312 Atlanta, GA 30303 (678) 495-3480 • www.coffeecup.com Table of Contents How To… ........................................................................................ 4 Introduction.............................................................................................4 Convert Fonts For sIFR ..............................................................................4 Modify sIFR Formatted Fonts ......................................................................6 Add sIFR to Your Website......................................................................... 11 Become a Web Typography Expert............................................................... 15 Typography and Renaissance-Era Eroticism ............................................. 16 Introduction........................................................................................... 16 Typeface vs. Font .................................................................................... 17 Types of Type........................................................................................
    [Show full text]
  • 44 Fonts for Powerpoint
    PRESENTITUDE THE PERIODIC TABLE OF POWERPOINT FONTS An overview and guide to the 44 most common fonts on different OS and in different versions of PowerPoint, to be used for PowerPoints distributed in .ppt/.pptx-format. WWW.PRESENTITUDE.COM | [email protected] | @PRESENTITUDE | +1 (916) 256 ©2000 PRESENTITUDE WHAT FONTS SHOULD I USE? Fonts are not just text. A font is a visual of PowerPoint cannot use embedded statement just like a carefully chosen fonts at all. image and other graphic elements. So when creating a presentation or a However, when designing corporate template for a large group of users you presentations that need to travel outside can keep your presentation safe by the organization, using a unique font is choosing any of these 44 fonts that are risky, no matter how beautiful it is. most commonly installed* in different Most fonts can’t be embedded in a PowerPoint versions. template so they must be installed locally This Presentitude™ guide gives you an for anyone to use and see these fonts overview over these fonts, divided in when opening up your PowerPoint three groups: sans serifs, serifs and document. Or you might not have the script/display fonts. rights to distribute the font. Mac versions Johanna Rehnvall Founder, Presentitude * Based on the list of recommended fonts in Building PowerPoint Templates (2012, Que Publishing), by Echo Swinford & Julie Terberg. © PRESENTITUDE ABOUT THE FONT SHEETS Each of the 44 fonts are displayed in the same way, using the same font sizes, same spacing and the same pangrams on each font sheet. The bold and the italics are the “false” bold and italics as this is the most common way the average user of a PowerPoint will generate bold/italics.
    [Show full text]
  • Fonts for the Web
    Fonts for the Web Until font downloading technology is perfected, Web designers must normally restrict themselves to fonts that are available on most users’ computer systems. So which fonts are installed on everyone’s computers? Your best bets are the ones that come with the Internet Explorer (MSIE) browser and the Windows and Macintosh operating systems. For the last few years, the MSIE fonts have been installed on every new Windows and Macintosh PC, so they are your best “cross-platform” bet. Font Platform CSS info [Bold, Italic] Originally named Monotype.com font-family: "Andale Mono", MSIE "Monotype.com", monospace Also named Zapf Chancery on older Macs (and some Win PCs). font-family: Mac "Apple Chancery", "Zapf Chancery", cursive [Bold, Italic] Very similar to Helvetica. font-family: Arial, Helvetica, MSIE sans-serif Less common than Arial. Do not use it with a bold font-weight; it’s bold enough already! MSIE font-family: "Arial Black", sans-serif Not on pre-1999 Macs font-family: Capitals, serif Mac Mac system font (for menus, dialog boxes, etc.) since 1999. It will be very familiar to Mac users at 12 points, but also works well in headlines (without bold). Mac font- family: Charcoal, Chicago, sans-serif [Italic] Former Mac system font, replaced by Charcoal. Still present on every Mac ever made. Mac font-family: Chicago, Charcoal, sans-serif [Bold, Italic] An informal font designed to be easily legible on screen. Believe it or not, this is the default cursive font for Internet Explorer. MSIE font-family: "Comic Sans MS", cursive [Bold, Italic] Courier is the most common monospace (typewriter-style) font.
    [Show full text]
  • Windows Embedded Compact 7 Operating System Components
    Windows Embedded Compact 7 Operating System Components Column and SKU listing Descriptions "C7NR" SKU : Offers key foundational operating system components targeted towards portable navigation devices only. "C7E" SKU : Provides OEMs with a comprehensive package of operating components to develop a wide variety of general embedded devices. "C7G" SKU : Provides Consumer Internet Device (CID) OEMs a competitive package that includes web browsing, media playback and messaging as well as foundati onal and connectivity technologies necessary for internet devices. These SKUs are ideal for set top boxes, portable media players, mobile internet devices, digital picture frames, digital media adapters, and eLearning devices. C7G SKU is available on Windo ws Embedded Compact 7. “C7P” Professional SKU : Offers the richest set of components and applications to enable complex consumer and enterprise class devices. Professional SKU can satisfy complex scenarios such as remote desktop connectivity, data sync via Active Sync, web browsing, media playback, email, contact management, and voice communication. It also includes a software development kit to allow devices to be customized and extended by end customers. Professional SKU is ideal for many device ca tegorie s including thin clients, mobile handheld terminals, and industrial automation controllers. OS Components Table Key Indicates that the corresponding catalog item is included in that particular run -time license. Denotes New Item Designates additional clarification appears at the end of the page
    [Show full text]
  • Softpress Knowledgebase Font Sets -- Get the Most out of Your Fonts -1. We All Know the Best Way to Create a Search Engine Frien
    Softpress KnowledgeBase Font Sets -- Get the most out of your fonts -1. We all know the best way to create a search engine friendly site is to use HTML text wherever possible (if you didn't, then read our SEO article). The trouble is, this means you're limited to only using the fonts available on all platforms, right? Wrong. Introducing font sets Font sets (or font stacks) are simply lists of fonts. Using the font-family CSS attribute they provide the browser with a list of fonts to use - if the first font in the font set isn't available then the second will be used, and then the third and so on. For example, if you wanted a heading in Helvetica then that would be the first font in the list. Since most Windows users won't have Helvetica installed you would need to provide an alternative, such as Arial, as your second choice. There are also Linux users to think about too, most of which won't have Helvetica or Arial installed by default, so "Nimbus Sans L" would become your third choice. Finally, you would end up with sans-serif, which is a generic fall-back font that is defined by the browser. The following CSS statement is equivalent to the details entered into the Edit Font Set dialog in figure 1. font-family: Helvetica, Arial, "Nimbus Sans L", sans-serif Figure 1. The Edit Font Set dialog containing a new font stack To a certain degree, Freeway already manages this for you. When you select some HTML text and open the Font pulldown you will see a list of seven default fonts.
    [Show full text]