![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
|
Replace * by body. Then every font in your page will be size 13px, unless it is in an html element for which defined another font size, eg your footer. That's why they call it "cascading" style sheets. |
#2
| |||
| |||
|
|
Veerle wrote: Replace * by body. Then every font in your page will be size 13px, unless it is in an html element for which defined another font size, eg your footer. That's why they call it "cascading" style sheets. The "cascade" refers to the author -> browser-default -> user-preference succession of style sources, not to the business of style inheritance. -- Jack. |
#3
| |||
| |||
|
|
The idea is great, but in reality it doesn't always work because people can put online as crappy html as they whish. But of course, it is good to advise website authors not to do this, so maybe one day, most of the websites get it right. Although I don't believe that will ever happen. |
#4
| |||
| |||
|
|
I always go with the stylesheet of the author. I've never in my life changed the style of a website I visit to my own or the browsers one. |
|
Except maybe for people who can't read small fonts very well and want to set the font to a larger one or change foreground and background color to very very contrasting ones. |
|
But even then, a lot of the websites on the internet use fixed font sizes (like the example above) so it won't work anyway. |
#5
| |||
| |||
|
|
Veerle <veerleverbr (AT) hotmail (DOT) com> wrote: But even then, a lot of the websites on the internet use fixed font sizes (like the example above) so it won't work anyway. |
|
Says who? The rule html, body { font-size: 100% !important ; } goes a long way. Throw in Minimum Font Size and you can repair a lot of microfont problems automatically. |
#6
| |||
| |||
|
|
The "cascade" refers to the author -> browser-default -> user-preference succession of style sources, not to the business of style inheritance. |
![]() |
| Thread Tools | |
| Display Modes | |
| |