Forum Moderators: open
In my html page, I have a form, with button, I use font Arial...when I preview with my PC, it look ok. But, when I preview it at other PC, the font of the button change to other font ( I have checked, that PC have Arial font also).
Anyone know how can I make it the font always is Arial no matter which PC I used?
Just to make sure though, you said "I use font Arial". By that, do you mean you set the CSS style info for the input element to font-family:Arial? or that you used an inline style inclusion such as <input type="submit" style="font-family:Arial">submit</input>?
because that's what you should do if you want the buttons to use the Arial font for the button.