
* 겪고 있는 문제 상황을 최대한 자세하게 작성해주세요.
* 문제 해결을 위해 어떤 시도를 해보았는지 구체적으로 함께 알려주세요.
1-9 강의 들으면서 구글폰트를 적용했는데요. 우선 강의 중 나오는 화면과 크롬 검색 화면이 달라서 헤매다가 어찌저찌 저찌 복사해서 입력했는데 적용이 안돼요~
작성한 코드 및 에러 메세지
<!DOCTYPE html>
<html lang="en">
<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>
<style>
@import url('https://fonts.googleapis.com/css2?family=Gowun+Dodum&display=swap')
*{
font-family: "Gowun Dodum", sans-serif;
}
.mytitle {
width: 300px;
height: 200px;
color: white
