changeFont.html
<!DOCTYPE html>
<html>
<head>
<meta charset="EUC-KR">
<title>Insert title here</title>
<link
href="https://fonts.googleapis.com/css?family=Satisfy&display=swap"
rel="stylesheet">
<!--구글 복사내용-->
<style>
p {
font-family: 'Satisfy', cursive;
<!--구글 복사내용-->
}
</style>
</head>
<body>
<p>글씨체를 바꿔보는 예제중입니다.</p>
<p>This is a page of practicing the modification of fonts.</p>
</body>
</html>
'Programming > HTML' 카테고리의 다른 글
리스트 가리기 (details), 리스트 (0) | 2020.02.18 |
---|---|
화면 가운데, div 가운데 정렬 (0) | 2020.02.18 |
홈페이지 링크, 메뉴, hover, 안보이다가 마우스 올리면 보이기 (0) | 2020.02.18 |
checkbox 클릭으로 div 배경색상 변경 (0) | 2020.02.18 |
비디오 보여주기 (0) | 2020.02.18 |