HTML CSS examples for CSS Widget:Font
Google Fonts for Layouts
<html> <head> <link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Tangerine"> <style> body {<!--from www . j av a 2 s . c om--> font-family:'Tangerine', serif; font-size:49px; } </style> </head> <body> <div> Lorem ipsum dolor sit amet, </div> </body> </html>