Font looks different with same styles
-
Hey Im tryng to replicate a website look to a ERP portal, and im having problems with the look of the font. The css specification is exacly the same in the two websites. font-family: Verdana, Arial; font-weight: normal; font-size: 12px; Even using the same browser the font does not look the same; heres the picture of the current look: top ( website) bottom ( ERP Portal ). http://imageshack.us/photo/my-images/713/fonttest.png As you can probably see the shape looks the same , but the font itself seems to be a little darker in the website version , same is happening to pretty much every font definition in the website. Would like any suggestion or ideia about the cause of this and how to solve it. Thanks
-
Hey Im tryng to replicate a website look to a ERP portal, and im having problems with the look of the font. The css specification is exacly the same in the two websites. font-family: Verdana, Arial; font-weight: normal; font-size: 12px; Even using the same browser the font does not look the same; heres the picture of the current look: top ( website) bottom ( ERP Portal ). http://imageshack.us/photo/my-images/713/fonttest.png As you can probably see the shape looks the same , but the font itself seems to be a little darker in the website version , same is happening to pretty much every font definition in the website. Would like any suggestion or ideia about the cause of this and how to solve it. Thanks
It's not easy to tell much about the CSS from an image, but it looks like the top text is antialiased and the bottom text isn't.
-
Hey Im tryng to replicate a website look to a ERP portal, and im having problems with the look of the font. The css specification is exacly the same in the two websites. font-family: Verdana, Arial; font-weight: normal; font-size: 12px; Even using the same browser the font does not look the same; heres the picture of the current look: top ( website) bottom ( ERP Portal ). http://imageshack.us/photo/my-images/713/fonttest.png As you can probably see the shape looks the same , but the font itself seems to be a little darker in the website version , same is happening to pretty much every font definition in the website. Would like any suggestion or ideia about the cause of this and how to solve it. Thanks
-
Sorry can't access your image link. However, this page may give you the explanation you need ... http://css-tricks.com/font-rendering-differences-firefox-vs-ie-vs-safari/[^]