Wells-it.com - Web Hosting

What is the default font...or is there one?

You are viewing this site as a guest. Join our community to get your questions answered and share knowledge. Active members may advertise and ask for a website critique.

They have: 28 posts

Joined: Jul 2005

While working out the font sizes on my CSS it made me wonder. What is the "default" if there is one, for IE browsers?
The choices are:largest, large, medium smaller, smallest.

I'm guessing medium? but it is a quess. Anyone know for sure?

Thanks,
Sam

Busy's picture
Modrater

He has: 6,157 posts

Joined: May 2001

I believe the font family is times new roman and size about 13, different font styles have different default height values, in CSS medium or large are usually the two closest depending on the font type and family.

Make yourself up a compassion chart, use the old font tag as a base and CSS as comparsion, change the font familes around (verdana, arial, times ...) and see what differences you get, better than reading the dictionary but not quite as good as a night out Wink

<?bhb if(broken){ echo("It wasn't me Smiling "); } ?>
Learn HTML the ez way - EzHTML.net

Some people are like slinkies, they dont really serve any purpose but they still bring a smile to your face when you push them down the stairs ...

Megan's picture
Administrator

She has: 10,303 posts

Joined: Jun 1999

But what is the default setting in IE??? That's the question. I'm not sure about this either - my work machine often defaults itself to "small", and someone I work with was having problems with hers setting itself to "extra small". So is "medium" really the default? It should be. Or does it have something to do with system font sizes?? Can we expect that most people would have it set to "medium" and define relative font sizes that way or would it be something else?

I usually set my font size to about 80-90% for sans serif and I think that works quite well.

popinsiteads's picture

He has: 51 posts

Joined: Sep 2005

when i first got my computer, and this is what every other computer i use is like - it was medium. It is the middle setting so that's my guess aswell

They have: 28 posts

Joined: Jul 2005

This is very interesting and I'd love to know the answer. This all got started when people were reviewing my site and noticed the font size was not adjustable. I made some CSS changes which brought up this question about what the default font setting is.

How about some feedback on the FONT on my website, not the web design or any kind of web site review...just the font. Just click on one of the signature links.

I have it set to:
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 92%;

and in the footer I have it set to:
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 89%;

Thanks,
Sam Warren
Picnic-Basket.com

Megan's picture
Administrator

She has: 10,303 posts

Joined: Jun 1999

Yours look good now, Sam Smiling

He has: 582 posts

Joined: Jul 2005

Looks good, except for one minor thing.

(In IE at 800x600) When I set the font size to larger or largest, the footer doesn't display correctly. It's broken at the end. Again, it's very minor and most people won't even notice. Wink

-Kurtis
~View (and vote for) my art at BrickFish!

They have: 28 posts

Joined: Jul 2005

Thanks Megan Smiling

Quote: (In IE at 800x600) When I set the font size to larger or largest, the footer doesn't display correctly. It's broken at the end. Again, it's very minor and most people won't even notice.

Mscreashuns - I couldn't figure out how to prevent that. The background is an image and has a fixed width & height. Suggestions anyone on how you handle this?

Thanks!

He has: 582 posts

Joined: Jul 2005

Why don't you just set a background color for that section so that if it overflows there will still be color behind it. I think it just needs to be white anyway. Wink

-Kurtis
~View (and vote for) my art at BrickFish!