Hi.
What should I use to define the font-size in a css without dissabling the fontsize function in the browser... have tried pt, px, ex, em in:
but the font stays the same when i use normal and lage in the browser
What should I use to define the font-size in a css without dissabling the fontsize function in the browser... have tried pt, px, ex, em in:
Code:
body {
font-size: 12pt; <== This is then only fixed sice.. the rest is in %
}
h1 {
font-size: 140%;
}