Tutorial 1: FAQ related to Website Font Issues (Windows, Mac. Ubuntu)
Today there are more than 250 million websites in the world and the no. is rising continuously. The no. of web designers, web technologies, web designs are also rising very rapidly. When making a web site we always want that website should have a unique look and feel. So we want to try a unique font which is not common. This article is somewhat related to the same problem but it will also answer some basic questions related to this topic. 1. Why my website look different in each Operating System (OS)? Each Operating System have a default set of fonts Pre-installed in them. When we code our website we usually define a font family name using CSS to render the web pages in that family. The CSS code will look similar to this p { font-family:"Times New Roman",Georgia,Serif; } The browser detects the fonts and renders the page in that font. If no font is defined or the given font is not present in Operating System then it uses browser default font which can var