I have used helvetica font for iPad app but it is showing different visual appearance in portrait mode and landscape. In portrait mode text is perfect bold but in landscape mode it shows more bolder than usual.
Any Idea??
body {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
-webkit-text-size-adjust: none;
}
@font-face {
font-family: "Helvetica Neue";
src: url('helvetican.ttf');
}
.myclass
{
color: #ffffff;
font:bold 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
line-height: 16px;
width:100%;
height:30px;
overflow: hidden;
}