Css Font Style And What The Font Is This?
#1
Posted 16 April 2008 - 08:57 PM
What font(s) is apple using here?
apple newsletter
I'm assuming it is a common font on PC's as well?
Can you tell me the right way to write the CSS style for it?
Thank you,
pateeg
#2
Posted 16 April 2008 - 09:30 PM
There's a great article about emulating Lucida Grande for the PC which is worth referencing here.
For a long time, Lucida Grande was actually not available for the PC --- that's changed, but it's still not that widespread.
As far as "the right way" to write a CSS style for Lucida Grande - I'd say the method mentioned in the article referenced above is probably the best choice. The concept is, basically, to mix and match the PC substitutes for Lucida Grande according to which one gives the best look:
body {
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
strong, em {
font-family: "Lucida Sans", "Lucida Sans Unicode","Lucida Grande", sans-serif;
}
Basically, the Sans/Unicode version is best at normal weight and style, but the Sans version is better in bold or italics --- so you declare them separately.
Edited by joedolson, 16 April 2008 - 09:31 PM.
#3
Posted 17 April 2008 - 02:02 AM
thank you for coming to my rescue. a couple of things...
while I've got some other style sheets that might be causing a complication, you code worked within dreamweaver, but not when viewing through Safari.
the majority of the viewers of the page I'm designing will be pc users. Maybe I should just stay away from this font?
pateeg
#4
Posted 17 April 2008 - 10:13 AM
I don't particularly see any reason you shouldn't try to use the font, as long as you test thoroughly on both Mac and PC browsers - at least through a service such as BrowserCam.
#5
Posted 17 April 2008 - 01:04 PM
Not perfect... but might help a little.
If it's onyl for short bits (titles etc.), then maybe sIFR (flash image replacement for text... and I think you can use your own font in that too ... plenty of mentions on here about it
Just 2 other alternatives to consider.
#6
Posted 17 April 2008 - 01:06 PM
#7
Posted 17 April 2008 - 01:45 PM
I found this tutorial, pateeg, in case you want to explore Autocrat's suggestion a little further. I can't be sure if it will 100% across all browser and all versions, but you can have a look and decide for yourself if giving your site a distinction look outweights any potential risks.
http://www.webmonkey.../tutorial2.html
#8
Posted 17 April 2008 - 01:59 PM
I can't be sure if it will 100% across all browser and all versions,
It won't - that, I can guarantee. In addition to the fact that the referenced tutorial is very old, embedding of fonts never became a widely supported feature, and probably won't any time soon. Just an FYI.
#9
Posted 17 April 2008 - 05:01 PM
Further more, it was never popular, partly due to the added size of any downloads and for the server resources it used up.
But now adays, I don't think that would be such an issue.
In fact, I might just have to have a play to see what it goes like.
(Who knows, after several years, I might get it right this time around
#10
Posted 17 April 2008 - 08:15 PM
0 user(s) are reading this topic
0 members, 0 guests, 0 anonymous users






