https://fonts.google.com/?subset=korean
select this style 버튼으로 모두 추가해주면 된다.
<head>
<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=Nanum+Myeongjo:wght@400;700;800&display=swap" rel="stylesheet">
</head>
body {
font-family: 'Nanum Myeongjo', serif;
}