왼쪽 광고칸
반응형

Computer Tip's/Web에 해당하는 글 28

티스토리 스킨 제작기 #1(stl_Skin_V_2023)_1차 수정 내용(230911)

Computer Tip's/Web|2023. 9. 11. 15:50
/* 01. Web Font 시작*/
@font-face {
  font-family: 'ChosunSm';
  src: url('./images/ChosunSm.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
/* 01. Web Font 끝*/

/* 02. Type Selector Reset 시작*/
body {font-family: 'ChosunSm'; } /* 바디 태그에 전체 폰트 적용*/
/* 02. Type Selector Reset 끝 */

웹 폰트는 조선 신명조로 적용

 

바디 태그는 조선신명조로 적용

 

까먹지 말아야 하는거 스타일 시트 불러오기

	<link rel="stylesheet" media="screen" type="text/css" href="./style.css" />

 

폰트는 어자피 쓸꺼라 ./image/ 폴더에 넣어 두기

 

댓글()
aaaaa
오른쪽 광고칸
반응형