텍스트 관련 스타일
글꼴 관련 스타일
{font-family: <글꼴이름>,<글꼴>....}@import url(//fonts.googleapis.com/earlyaccess/nanumgothic.css); .ng-font{ font-family: 'Nanum Gothic', 돋움; }@font-face { font-family: 'trana'; /* 글꼴 */ src: local('trana'), url('trana.eot'), url('trana.woff') format('woff'), url('trana.ttf') format('truetype'); } .w-font { font-family:'trana', sans-serif; /* 웹 폰트 지정 */ }
텍스트 스타일
문단 스타일
목록과 링크 스타일
참고
Last updated