I have some problems with my page-font!!!
I am using UTF-8 .I have three main parts in my page:<H1>,<input type= “text”> and <textarea>
But when I change a language on my page (for example on Hebrew) in all three parts of my page it makes a different fonts and size. How can I do that it will be a same one (font+size)
After changing of language????
Probably I have to change a FontFamily in m CSS file?
Please help me to decide this problem.
Regards.
what means "change the language"? Is it changing encoding or creating another langversion with the same UTF8? What browser/OS is it all about?Anycase, <style>h1,input,textarea{...}</style> is the most powerful thing that can help you. If it won't - nothing else will. E.g. some browsers doesn't support some styles for input/textarea/select elements, you can't make them do what they can't