I am working on Asp.net MVC application.
In my application the text is displayed looks less bold in chrome than Firefox.
Chrome:
FireFox:
This is my css:
body {
font-size: 13px;
color: #333;
background: #f2f6f7;
font-family: 'Roboto', sans-serif;
-webkit-font-smoothing: antialiased;
}
Is there anything that I can changed in the code to get the same feel across all browsers?