최신 웹 개발 튜토리얼
×

CSS 참고

CSS 참고 CSS 선택기 CSS 함수 CSS 참고 청각 CSS 웹 안전 글꼴 CSS 애니메이션 CSS 단위 CSS PX-EM 변환기 CSS 그림 물감 CSS 색 값 CSS3 브라우저 지원

CSS 속성

align-content align-items align-self all animation animation-delay animation-direction animation-duration animation-fill-mode animation-iteration-count animation-name animation-play-state animation-timing-function backface-visibility background background-attachment background-blend-mode background-clip background-color background-image background-origin background-position background-repeat background-size border border-bottom border-bottom-color border-bottom-left-radius border-bottom-right-radius border-bottom-style border-bottom-width border-collapse border-color border-image border-image-outset border-image-repeat border-image-slice border-image-source border-image-width border-left border-left-color border-left-style border-left-width border-radius border-right border-right-color border-right-style border-right-width border-spacing border-style border-top border-top-color border-top-left-radius border-top-right-radius border-top-style border-top-width border-width bottom box-shadow box-sizing caption-side clear clip color column-count column-fill column-gap column-rule column-rule-color column-rule-style column-rule-width column-span column-width columns content counter-increment counter-reset cursor direction display empty-cells filter flex flex-basis flex-direction flex-flow flex-grow flex-shrink flex-wrap float font @font-face font-family font-size font-size-adjust font-stretch font-style font-variant font-weight hanging-punctuation height justify-content @keyframes left letter-spacing line-height list-style list-style-image list-style-position list-style-type margin margin-bottom margin-left margin-right margin-top max-height max-width @media min-height min-width nav-down nav-index nav-left nav-right nav-up opacity order outline outline-color outline-offset outline-style outline-width overflow overflow-x overflow-y padding padding-bottom padding-left padding-right padding-top page-break-after page-break-before page-break-inside perspective perspective-origin position quotes resize right tab-size table-layout text-align text-align-last text-decoration text-decoration-color text-decoration-line text-decoration-style text-indent text-justify text-overflow text-shadow text-transform top transform transform-origin transform-style transition transition-delay transition-duration transition-property transition-timing-function unicode-bidi vertical-align visibility white-space width word-break word-spacing word-wrap z-index



 

CSS3의 @ 글꼴 얼굴 규칙


라는 이름의 글꼴 지정 "myFirstFont" 하고 찾을 수있는 URL을 지정합니다

@font-face {
    font-family: myFirstFont;
    src: url(sansation_light.woff);
}
»그것을 자신을 시도

"Try it Yourself" 아래의 예.


정의 및 사용

@ font-face 규칙으로, 웹 디자이너는 더 이상 중 하나를 사용할 필요가 없습니다 않는다 "web-safe" 글꼴.

새 @ 글꼴 얼굴 규칙에서 먼저 글꼴의 이름을 정의해야합니다 (eg myFirstFont) 다음 글꼴 파일을 가리 킵니다.

팁 : 글꼴 URL에 소문자를 사용합니다. 대문자는 IE에서 예기치 않은 결과를 줄 수 있습니다!

HTML 요소의 글꼴을 사용하려면 글꼴의 이름을 참조 (myFirstFont) 글꼴 가족 속성을 통해 :

div {
    font-family: myFirstFont;
}

브라우저 지원

@ font-face 규칙은 인터넷 익스플로러, 파이어 폭스, 오페라, 크롬, 사파리에서 지원됩니다.

표의 수치는 완전히 폰트 포맷을 지원하는 제 브라우저 버전을 지정한다.

글꼴 형식
TTF / OTF 4.0 9.0 * 3.5 3.1 10.0
WOFF 5.0 9.0 3.6 5.1 11.1
WOFF2 36.0 지원되지 않음 35.0 * 지원되지 않음 26.0
SVG 4.0 지원되지 않음 지원되지 않음 3.2 9.0
EOT 지원되지 않음 6.0 지원되지 않음 지원되지 않음 지원되지 않음

* 에지와 IE :로 설정하면 글꼴 형식에만 작동 "installable" .

* 파이어 폭스 : 기본적으로 비활성화하지만, (하는 플래그를 설정해야 사용할 수 있습니다 "true" WOFF2를 사용하기 참조).


통사론

@font-face {
   font-properties
}

글꼴 설명 기술
글꼴 - 가족 name 필요합니다. 글꼴의 이름을 정의합니다.
SRC URL 필요합니다. 정의 URL(s) 글꼴을 다운로드해야합니다
글꼴 스트레칭 표준
응축
울트라 응축
- 별도의 응축
반 응축
퍼지는
반 확장
- 추가 확장
울트라 확장
선택 과목. 글꼴이 신장되는 방법을 정의합니다. 기본값은 "normal"
글꼴 스타일 표준
이탤릭체
비스듬한
선택 과목. 글꼴이 스타일되는 방법을 정의합니다. 기본값은 "normal"
글꼴 무게 표준
대담한
(100)
(200)
(300)
(400)
(500)
(600)
(700)
(800)
(900)
선택 과목. 글꼴의 담대함을 정의합니다. 기본값은 "normal"
유니 코드 범위 unicode-range 선택 과목. 폰트가 지원하는 유니 코드 문자의 범위를 정의합니다. 디폴트 값은 "U+0-10FFFF"

그것을 자신을 시도 - 예를


당신은 굵은 텍스트에 대한 설명을 포함하는 다른 @ 글꼴 얼굴 규칙을 추가해야합니다 :

@font-face {
    font-family: myFirstFont;
    src: url(sansation_bold.woff);
    font-weight: bold;
}
»그것을 자신을 시도

파일 "sansation_bold.woff" Sansation 글꼴의 굵은 문자가 포함 된 다른 글꼴 파일입니다.

글꼴 - 가족과 함께 텍스트의 조각마다 브라우저는이를 사용합니다 "myFirstFont" 굵은 렌더링해야합니다.

이 방법은 동일한 글꼴에 대한 많은 @ 글꼴 얼굴 규칙을 가질 수 있습니다.


관련 페이지

CSS3 튜토리얼 : CSS3 글꼴