Re: Font selection in FUD |
Mon, 27 October 2003 11:54 |
|
Den mån, 27 oktober 2003 17:50 skrev Ilia: | The fonts selected are fairly neutral. You are correct in saying not every platform supports the current font selection, I am sure some don't. Although current fonts work fine on Linux, Windows & MacOSX, which are the 3 prevailant OSes.
The fonts you suggest are correct based on CSS defenition, but 3 browsers (Mozilla, Konqueror & Opera 7.21) do not render @ least 1 font you've suggested correctly. Which is why I do not want to change, if they did work I'd change in a heart beat.
|
hmm, testing then:
sans-serif
serif
monospace
Arial
Times
Courier
|
|
Re: Font selection in FUD |
Mon, 27 October 2003 11:50 |
|
The fonts selected are fairly neutral. You are correct in saying not every platform supports the current font selection, I am sure some don't. Although current fonts work fine on Linux, Windows & MacOSX, which are the 3 prevailant OSes.
The fonts you suggest are correct based on CSS defenition, but 3 browsers (Mozilla, Konqueror & Opera 7.21) do not render @ least 1 font you've suggested correctly. Which is why I do not want to change, if they did work I'd change in a heart beat.
|
|
Re: Font selection in FUD |
Mon, 27 October 2003 11:47 |
|
Den mån, 27 oktober 2003 17:39 skrev Ilia: | The question then is, why change what works?
|
ok, it works for you right.
It also works for me because I have MS-fonts installed, but I know alot of persons not having Arial etc...
You can never know what font a user will have, nor how that users client render Arial, perhaps it render it as Courier. the only thing you can know is that if its serif, it will be rendered as a serif (Times, Garamond etc.), sans-serif (Arial, Helvetica etc.) and monospace (monotype, courier etc.).
It was just a suggestion from my side, to make FUD more platform independent.
|
|
|
Re: Font selection in FUD |
Mon, 27 October 2003 10:02 |
|
Den mån, 27 oktober 2003 11:41 skrev Ilia: | Dunno, I tried Cursive it didn't work, same for Phantasy. Serif, Sans-Serif were identical and only monotype was clearly vibile. At the same time my browser allows clear distinction (visually) between the existing font types.
|
ok, a notice:
it is monospace, not monotype, I wrote wrong at first
cursive and fantasy is not so commonly used, for example I have no such font.
It's up to the useragent to render those, if you go in to your settings for fonts in your browser you'll probably find how to render serif, sans-serif and monospace.
|
|
Re: Font selection in FUD |
Mon, 27 October 2003 05:41 |
|
Dunno, I tried Cursive it didn't work, same for Phantasy. Serif, Sans-Serif were identical and only monotype was clearly vibile. At the same time my browser allows clear distinction (visually) between the existing font types.
|
|
Re: Font selection in FUD |
Sun, 26 October 2003 17:02 |
|
Den sön, 26 oktober 2003 22:18 skrev Ilia: | I think the reason that it works in Plain HTML and not in FUDforum is because the FUDforum's message body is inside another CSS style.
|
It works fo me inside fud 
|
|
Re: Font selection in FUD |
Sun, 26 October 2003 16:18 |
|
I think the reason that it works in Plain HTML and not in FUDforum is because the FUDforum's message body is inside another CSS style.
|
|
Re: Font selection in FUD |
Sun, 26 October 2003 14:18 |
|
sure that you typed it correctly, here is an example from me:
-
Attachment: font.png
(Size: 104.60KB, Downloaded 924 times)
|
|
Re: Font selection in FUD |
Sun, 26 October 2003 13:44 |
|
I've tried using them, while they may work in other browsers,they certainly did not work (with exception of monotype) in Mozilla.
Sans, Sans-Serif, Cursive & Fantasy all looked the same... While current font styles work fine.
FUDforum complies with HTML 4.01 transitional, as such usage of <font> tags is perfectly valid.
|
|
Re: Font selection in FUD |
Sun, 26 October 2003 13:40 |
|
Den sön, 26 oktober 2003 19:17 skrev Ilia: | Whoops 
Actually it work work, because the actual [font] tag uses <font face="[font name]"> not CSS, so your suggestion won't work I'm afraid.
|
I took css just for an example, they can be/is used in font tags also.
by the way, why are you using font? isn't it depricated?
|
|
Re: Font selection in FUD |
Sun, 26 October 2003 13:17 |
|
Whoops 
Actually it work work, because the actual [font] tag uses <font face="[font name]"> not CSS, so your suggestion won't work I'm afraid.
|
|
|
Re: Font selection in FUD |
Sun, 26 October 2003 12:08 |
|
Den sön, 26 oktober 2003 17:41 skrev Ilia: | Times is pretty much Sans-Serif.
The other fonts you've mentioned are not all found on all platforms. For example my Mozilla lacks the support for Cursive & Fantasy. That said the font drop down only shows some default fonts. You can enter any font name you desire into the font tag.
|
I think you didn't understand me, the generic font families is not specified fonts, they can be rendered as anything, given by the family. if I specify sans-serif, I know that the font will be rendered as a serif, but if it's Times, Times New Roman, Garamond etc, I dont know, and I shold not know it either, because you shall never trust that your viewer has those specified fonts, only that they have one font in that specified family.
And Times is a serif.
Edit: See http://www.w3.org/TR/CSS2/fonts.html#generic-font-families
|
|
Re: Font selection in FUD |
Sun, 26 October 2003 11:41 |
|
Times is pretty much Sans-Serif.
The other fonts you've mentioned are not all found on all platforms. For example my Mozilla lacks the support for Cursive & Fantasy. That said the font drop down only shows some default fonts. You can enter any font name you desire into the font tag.
|
|
Font selection in FUD |
Sat, 25 October 2003 21:32 |
|
It's not every platform and computer that have the specified font faces:
Arial
Times
Courier
Century
So perhaps use the generic font families:
Serif
Sans-serif
Cursive
Fantasy
Monospace
|
|