Same font also in smartphone
I'd like to have a web site with "Times new" font.
I set this font in the .css file in this way:
____________
body {
font-family: "Times Roman";
font-size: 14px;
line-height: 1.42857143;
color: #333;
background-color: #fff;
}
____________
and this work properly on the web also ipad but not in the smatphone that show the font like "Arial".
I'm missing something?
Is there a way to set also in the smartphone the same font that I have on the web?
How?
Thanks.
