“Welcome Google fonts”
HTML, by default, allows very few fonts and the same web page on different devices may lead to unpredictable results.
Meet Google Fonts. Simple and free, just use the following code snippets:
<head> <link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Tangerine"> ...
Per definire il singolo blocco di testo:
body { font-family: 'Tangerine', serif; font-size: 48px; }
Further details are available here: Google Fonts.
“Think mobile”
Most users browse web pages with a non-PC device, likely a smartphone.
Double-check your web content layout with a different browser or any of the available tools, such as ShrinkTheWeb, which features several devices-vs-resolutions viewing options.