Jump to content

Font not apearing like in IE


vytas

Recommended Posts

Ok in my CSS file i havebody {font-family:Tahoma,Arial}.But my problem is when i view the page in Opera the font looks different then in IE.Any1 know how to solve this ?here the page PageThank u :)

Link to comment
Share on other sites

You could try this:

body {font-family: Tahoma, Arial, sans-serif} !important

The "!important" affects the cascade somewhat. Read a little bit about the cascade at the w3schools tutorials.But if they don't have those fonts installed, you are hooped. Also, be sure to complete the list of fonts with a 'generic' family, in this case, sans-serif.

Link to comment
Share on other sites

The font style whas apearing correctly only i forgot that i didn't set the font-size , so Opera showed normal only IE showed me at the px size i wanted :)But thx anyway :)

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...