<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>font속성</title>
<link rel="stylesheet" href="../css/d_font.css" />
<!-- web font link -->
<link
href="https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Gothic+A1&display=swap"
rel="stylesheet">
</head>
<body>
<h1 id="a">Audiowide Font</h1>
<h1 id="b">Sofia Font</h1>
<h1 id="c">Trirong Font</h1>
<h1 class="ft">Lorem ipsum dolor sit amet</h1>
<p class="ft">Audiowide Font</p>
<p class="ft">Sofia Font</p>
<p class="ft">Trirong Font</p>
<div>
<h1>The @font-face Rule</h1>
내가 사용할 서체를 정의하여 사용할 수 있다.
</div>
<div id="ff">
<h1>The @font-face Rule</h1>
내가 사용할 서체를 정의하여 사용할 수 있다.
</div>
</body>
</html>