What is the default font...or is there one?
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 posted this at 09:43 — 2nd October 2005.
He has: 6,151 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
Megan posted this at 13:52 — 2nd October 2005.
She has: 11,421 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.
Megan
Connect with us on Facebook!
popinsiteads posted this at 14:27 — 2nd October 2005.
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
inet_ventures posted this at 18:57 — 2nd October 2005.
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
* Picnic Baskets * Picnic Backpacks * Wine Totes * BBQ Tool Sets
Megan posted this at 21:26 — 2nd October 2005.
She has: 11,421 posts
Joined: Jun 1999
Yours look good now, Sam
kazimmerman posted this at 21:53 — 2nd October 2005.
He has: 698 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.
Kurtis
inet_ventures posted this at 23:23 — 2nd October 2005.
They have: 28 posts
Joined: Jul 2005
Thanks Megan
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!
* Picnic Baskets * Picnic Backpacks * Wine Totes * BBQ Tool Sets
kazimmerman posted this at 00:01 — 3rd October 2005.
He has: 698 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.
Kurtis
Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.