|
Page 1 of 1
|
[ 12 posts ] |
|
Fonts |
CyberShadow
|
Post subject: Fonts Posted: Wed Oct 01, 2003 11:18 am |
|
Swarm Tyrant |
 |
 |
Joined: Thu Jan 02, 2003 6:22 pm Posts: 9350 Location: Singapore
|
Hi. I am thinking about changing the font on the site from the old Times to Georgia. What do you think?
This is Times, the site currently uses this.
This is Georgia, it is Serif and I think that I prefer it.
_________________ https://www.cybershadow.ninja - A brief look into my twisted world, including wargames and beyond. https://www.net-armageddon.org - The official NetEA (Epic Armageddon) site and resource.
|
|
Top |
|
 |
Jimbo
|
Post subject: Fonts Posted: Wed Oct 01, 2003 3:30 pm |
|
Brood Brother |
 |
 |
Joined: Fri Feb 14, 2003 11:01 pm Posts: 3495 Location: Wessex
|
Times is also a serif font (it has the fiddly bits at the ends of the letters) a sans serif font (like Arial) doesn't have them
my choice (which wasn't on the poll) is Verdana
_________________ Jimbo
Felix's Gaming Pages
Felix's Gaming Pages Blog
Almost Always Right...
|
|
Top |
|
 |
CyberShadow
|
Post subject: Fonts Posted: Wed Oct 01, 2003 4:01 pm |
|
Swarm Tyrant |
 |
 |
Joined: Thu Jan 02, 2003 6:22 pm Posts: 9350 Location: Singapore
|
|
Top |
|
 |
Jimbo
|
Post subject: Fonts Posted: Wed Oct 01, 2003 9:23 pm |
|
Brood Brother |
 |
 |
Joined: Fri Feb 14, 2003 11:01 pm Posts: 3495 Location: Wessex
|
I had heard that in the majority of cases, Serif fonts are easier to read. | well it depends on which research papers you read
for years I was under the impression that serif typefaces were easier to read, however talking to colleagues who know about these kind of things, sans serif typefaces are in fact easier to read especially for those who have reading or visual problems.
in regards to the site, the key is to ensure that you use a valid css file and therefore a user having problems can change the fonts accordingly - in other words don't use the tag!
From the W3C site
Also, for best results, the HTML markup should be non-presentational (avoid e.g. tables for layout, FONT tags, overuse of , etc.) and structural (e.g. use H1-H6 for headings).
I am not saying my sites follow this protocols... but some of them are originally from 1998 and therefore are old (and now I know better).
_________________ Jimbo
Felix's Gaming Pages
Felix's Gaming Pages Blog
Almost Always Right...
|
Top |
|
 |
CyberShadow
|
Post subject: Fonts Posted: Thu Oct 02, 2003 1:03 pm |
|
Swarm Tyrant |
 |
 |
Joined: Thu Jan 02, 2003 6:22 pm Posts: 9350 Location: Singapore
|
Well, I do use CSS, there is no way that I would think about changing the font if I had to go through each page and change the font tag!
But, I use tables to excess. Every page is a table, so I fail on that point. It just makes it easier to use.
I think that it is really difficult to change the font of the site via the browser, as the font tag to be changed is in the table section of the CSS, not the standard.
_________________ https://www.cybershadow.ninja - A brief look into my twisted world, including wargames and beyond. https://www.net-armageddon.org - The official NetEA (Epic Armageddon) site and resource.
|
|
Top |
|
 |
primarch
|
Post subject: Fonts Posted: Thu Oct 02, 2003 2:01 pm |
|
Brood Brother |
 |
 |
Joined: Fri Feb 14, 2003 12:46 am Posts: 27069 Location: Edmond, Oklahoma USA
|
Hi!
Verdana is a good choice too, as long as the font is legible and not too exotic any of those picks should be good.
Primarch
|
|
Top |
|
 |
Jimbo
|
Post subject: Fonts Posted: Thu Oct 02, 2003 8:44 pm |
|
Brood Brother |
 |
 |
Joined: Fri Feb 14, 2003 11:01 pm Posts: 3495 Location: Wessex
|
Quote (CyberShadow @ 02 2003 Oct.,13:03) | I think that it is really difficult to change the font of the site via the browser, as the font tag to be changed is in the table section of the CSS, not the standard. | depends on which browser you are using...

Safari (the Mac Browser) allows you to choose your own CSS file and IIRC Mozilla does as well!
Well, I do use CSS, there is no way that I would think about changing the font if I had to go through each page and change the font tag! | I have to admit not checking the source code of your site, but Dreamweaver does allow you to do a site wide search and replace - something I did recently with my old site adding a large headline on the top of the page informing browsers of the new URL.
What do you use to write the code for the site?
But, I use tables to excess. Every page is a table, so I fail on that point. It just makes it easier to use. |
As I also use tables for presentation purposes I can't really criticise the use of tables, but I should make the point that the W3C standards are there to make life easier for the user...
_________________
Jimbo
Felix's Gaming Pages
Felix's Gaming Pages Blog
Almost Always Right...
Top |
|
 |
Notepad.
Seriously, it is all done by hand and formatted. If you check the source you should see it nicely laid out and easy to read. I have a personal distaste of HTML editors, and dont like to use them. Once you have a page template put together it really doesnt take much time to simply add text, tables and pictures. And I now have a fairly good understanding of how tables work!
As I also use tables for presentation purposes I can't really criticise the use of tables, but I should make the point that the W3C standards are there to make life easier for the user...
True, but I dont think that there are many sites which adhere to them completely!
I ran another of my sites through their automatic checkers and you should have seen the number of warnings, mostly about trivial things. I would like to make the site as easy to see and use as possible, including for special viewers, etc (for example I now try to put ALT text on pictures) but I am far from perfect when considering the 'rules'.
_________________
https://www.cybershadow.ninja - A brief look into my twisted world, including wargames and beyond.
https://www.net-armageddon.org - The official NetEA (Epic Armageddon) site and resource.