< html >Google identifies the browser and provides valid CSS and font.
< head >
< link rel = "stylesheet" type = "text / css" href = "_http: //fonts.googleapis.com/css? family = Tangerine" >
< style >
body {
font-family: 'Tangerine', serif;
font-size: 48px;
}
< / style >
< / head >
< body >
< h1 > Making the Web Beautiful! < / h1 >
< / body >
< / html >
Source: https://habr.com/ru/post/94028/
All Articles