
폰트 복사 해서 붙여넣기 했는데 폰트가 안 바뀌어서......
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>로그인 페이지</title>
<link href="https: //fonts.googleapis.com/css2? 가족= 동글 &family= Noto+Sans+KR:wght@300 & display=swap" rel="stylesheet">;
<style>
* {
font-family: 'Noto Sans KR', sans-serif;
}
.mytitle{
width: 300px;
height: 200px;
color: mediumvioletred;
text-align: center;
background-image: url("http://kiramonthly.com/wp-content/uploads/2020/02/5.jpg");
background-size: cover;
background-position: center;
border-radius: 20px;
padding-top: 40px;
}
.wrap {
width: 300px;
margin: auto;
}
</style>
</head>
<body>
<div class="wrap">
<div class="mytitle">
