font- 로 시작하는 글자 속성

font-size : npx/nem/nrem/n%/... ; 글자 크기

px은 항상 일정한 크기의 절대단위, em, rem, %는 상황에 따라 유동적인 상대단위.

font-size : 16px; 기본값

font-size : 24px;

font-size : 8px;

font-size : 1em;

font-size : 1.5em;

font-size : 0.5em;

font-size :1rem;

font-size :1.5rem;

font-size :0.5rem;

font-size :100%;

font-size :150%

font-size :50%

font-weight : 100~900/bold/... ; 글자 두께

font-weight : 100; 지정

font-weight : 200; 지정

font-weight : 300; 지정

font-weight : 400; 지정(=normal)

font-weight : 500; 지정

font-weight : 600; 지정

font-weight : 700; 지정 (=bold)

font-weight : 800; 지정

font-weight : 900; 지정

font-weight : bold; 지정

font -weight : normal; 지정

font-style : italic/ ; 글자의 기울기

font-style : italic; 글자 기울기

font-style : oblique; 글자 기울기

font-style : normal ; 글자 기울기

font-family : ; 글꼴(서체)

serif

font-family :"Georgia", "Times New Roman", "Times", serif; 글꼴(서체)

font-family :"Arial", "Verdana", sans-serif; 글꼴(서체)

font-family :"굴림", "맑은 고딕", "돋움", serif; 글꼴(서체)

구글 웹폰트 적용

https://fonts.google.com/

font-family : ; 글꼴(서체)

font-family : ; 글꼴(서체)

font-family : ; 글꼴(서체)