font-face ile istedeğim fontu web sitede gösteremiyorum ne yaparsam yapayım olmuyor. yardımlarınızı bekliyorum.
<html>
<head>
<link rel="stylesheet" type="text/css"
href="https://fonts.googleapis.com/css?family=Tangerine">
<style>
body {
font-family: 'Tangerine', serif;
font-size: 48px;
}
</style>
</head>
<body>
<div>Making the Web Beautiful!</div>
</body>
</html>