![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Does anyone know of a resource that shows me what different fonts look like on different platforms? I did find http://www.ampsoft.net/webdesign-l/WindowsMacFonts.html but the page shows them all rendered as Windows fonts. For example, see Helvetica next to both Arial and Trebuchet; Helvetica looks like either Arial or Trebuchet, but it can't be both. Even the Mac screenshots look wrong; the all look like Windows fonts. |
#3
| |||
| |||
|
|
I'm trying to design my style sheets such that my pages have similar-looking fonts different platforms (Linux, Mac, Adobe, X-Windows, MS Windows, etc). |
#4
| |||
| |||
|
|
axlq (AT) spamcop (DOT) net (axlq) writes: I did find http://www.ampsoft.net/webdesign-l/WindowsMacFonts.html but the page shows them all rendered as Windows fonts. For example, see Helvetica next to both Arial and Trebuchet; Helvetica looks like either Arial or Trebuchet, but it can't be both. Even the Mac screenshots look wrong; the all look like Windows fonts. Speaking as a Mac user, I can tell you that page is quite accurate. I have in fact bookmarked it for future reference. |
|
Finally, when you're writing your CSS, be sure to include a list of alternatives, with the last one being a generic such as "sans-serif". |
#5
| |||
| |||
|
|
CSS has good features for selecting fonts by preference and falling back if they're not there. Make use of them. font-family: 'lucida console', 'monaco', 'courier', monospace; is a good setting - it works, it works better in most contexts, and there isn't anywhere where it really fails. |
|
Avoid Verdana. Verdana is an evil font that lies about its size. |
|
As Verdana is also a poor typeface (i.e. the shape, ignoring the size issues), then there's really no need to use it at all. |
#6
| |||
| |||
|
|
In article <m2y7uzf1gj.fsf (AT) Sherm-Pendleys-Computer (DOT) local>, Sherm Pendley <sherm (AT) Sherm-Pendleys-Computer (DOT) local> wrote: axlq (AT) spamcop (DOT) net (axlq) writes: I did find http://www.ampsoft.net/webdesign-l/WindowsMacFonts.html but the page shows them all rendered as Windows fonts. For example, see Helvetica next to both Arial and Trebuchet; Helvetica looks like either Arial or Trebuchet, but it can't be both. Even the Mac screenshots look wrong; the all look like Windows fonts. Speaking as a Mac user, I can tell you that page is quite accurate. I have in fact bookmarked it for future reference. That's good to know, thanks. The innacuracy that glares out at me is with Helvetica, which apppears in different places, and looks different in each place. |
#7
| |||
| |||
|
|
Microsoft's "core fonts for the web" are also freely available. They're included with most modern Linux distros, and also downloadable here: http://sourceforge.net/projects/font-tool If memory serves, that's Andale, Arial, MS Comic Sans, Georgia, Impact, Times New Roman, Trebuchet, Verdana, and WebDings. |
#8
| |||
| |||
|
|
Sherm Pendley wrote: Microsoft's "core fonts for the web" are also freely available. They're included with most modern Linux distros, and also downloadable here: http://sourceforge.net/projects/font-tool If memory serves, that's Andale, Arial, MS Comic Sans, Georgia, Impact, Times New Roman, Trebuchet, Verdana, and WebDings. That doesn't much help, of course, since it's the users, not the page designer, who need to have these fonts |
|
, and they're not going to download them just because your CSS calls for them--they won't even *know* that your CSS refers to them. |
#9
| |||
| |||
|
|
Microsoft's "core fonts for the web" are also freely available. |
|
If memory serves, that's Andale, Arial, MS Comic Sans, Georgia, Impact, Times New Roman, Trebuchet, Verdana, |
|
and WebDings. |
#10
| |||
| |||
|
|
The problem is, a font on one platform might be the same as a font on another platform, but with different names. Another example: Arial in Windows looks like Helvetica on the Mac. I did find http://www.ampsoft.net/webdesign-l/WindowsMacFonts.html but the page shows them all rendered as Windows fonts. |
![]() |
| Thread Tools | |
| Display Modes | |
| |