영상
개념
<!DOCTYPE html>
<html lang="ko">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Dokdo&family=East+Sea+Dokdo&family=Nanum+Gothic&display=swap" rel="stylesheet">
<style>
body {font-family: 'East Sea Dokdo', cursive;}
</style>
</head>
<body>
웹 사이트에서 폰트를 다운받아 설치해줍니다.
</body>
</html>
HTML
복사