본문 바로가기

프로그램 강좌

[폰트리뷰]포스트비쥬얼 폰트 리뷰

PostVisual 폰트 리뷰




html

html {
	-webkit-font-smoothing: antialiased;
}

 

h1

h1 { 
	font-size: 34px; 
	font-family: Roboto-Medium, "Nanum Gothic", 나눔고딕; 
	letter-spacing: 0px; 
	font-weight: 700; 
	color: #202020; 
	line-height: 1em; 
} 

 

h1+p

.sub-title { 
	font-size: 12px; font-family: RobotoCondensed-Regular, "Nanum Gothic", 나눔고딕; 
	padding-bottom: 8px; 
	letter-spacing: 2px; 
	border-bottom: 1px solid rgb(226, 226, 226); 
	margin: 0px 0px 28px; 
	color: rgb(139, 139, 139); 
} 

 

h2

.category-work .info_sec h2 { 
	font-size: 19px; 
	font-weight: 800; 
	margin-bottom: 3px;
    line-height: 1em;
	color: #202020; 
} 

 

p

font-family: "Nanum Gothic", 나눔고딕, 맑은고딕, 고딕, Arial, sans-serif;
font-size: 14px;
font-weight: 400;
line-height:23px;
color:#474747;

 

ul li strong

.category-work .dct_sec strong {
    float: left;
    margin-left: -110px;
    font-size: 14px;
    font-family: Roboto-Bold, "Nanum Gothic", 나눔고딕;
    font-weight: bold;
    color:#202020;
}

 

ul li

	font-family: "Nanum Gothic", 나눔고딕, 맑은고딕, 고딕, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height:23px;
    color:#474747;

 

평소 좋아하던 포스트비쥬얼의 폰트를 리뷰해보았다. 
공부 용도기는 한데, 나만 보는것 보단 훨 좋겠지.

728x90