--- title: CSS Fonts slug: Web/CSS/CSS_Fonts tags: - CSS - CSS Fonts - Overview - Reference translation_of: Web/CSS/CSS_Fonts ---
{{CSSRef}}

CSS Fonts는 글꼴 관련 속성 및 글꼴 자원이 로드되는 법을 정의하는 CSS 모듈입니다. 이는 글꼴의 스타일을 정의할 수 있습니다, 글꼴 패밀리, 크기 또는 굵기 및 한 문자에 여러 자체(glyph)가 있는 글꼴에 사용되는 이형(variant) 자체와 같은 줄높이도 정의할 수 있습니다.

참고

속성

@규칙

{{cssxref("@font-face")}}
  • {{cssxref("@font-face/font-family", "font-family")}}
  • {{cssxref("@font-face/font-feature-settings", "font-feature-settings")}}
  • {{cssxref("@font-face/font-style", "font-style")}}
  • {{cssxref("@font-face/font-variant", "font-variant")}}
  • {{cssxref("@font-face/font-weight", "font-weight")}}
  • {{cssxref("@font-face/font-stretch", "font-stretch")}}
  • {{cssxref("@font-face/src", "src")}}
  • {{cssxref("@font-face/unicode-range", "unicode-range")}}
{{cssxref("@font-feature-values")}}

안내서

Fundamental text and font styling
In this beginner's learning article we go through all the basic fundamentals of text/font styling in detail, including setting font weight, family and style, font shorthand, text alignment and other effects, and line and letter spacing.
OpenType font features guide
Font features or variants refer to different glyphs or character styles contained within an OpenType font. These include things like ligatures (special glyphs that combine characters like 'fi' or 'ffl'), kerning (adjustments to the spacing between specific letterform pairings), fractions, numeral styles, and a number of others. These are all referred to as OpenType Features, and are made available to use on the web via specific properties and a low-level control property — {{cssxref("font-feature-settings")}}. This article provides you with all you need to know about using OpenType font features in CSS.
Variable fonts guide
Variable fonts are an evolution of the OpenType font specification that enables many different variations of a typeface to be incorporated into a single file, rather than having a separate font file for every width, weight, or style. This article will give you all you need to know to get you started using variable fonts.

명세

명세 상태 설명
{{SpecName('CSS3 Fonts')}} {{Spec2('CSS3 Fonts')}}  
{{SpecName('CSS2.1', 'fonts.html#font-shorthand', '')}} {{Spec2('CSS2.1')}}  
{{SpecName('CSS1', '#font', '')}} {{Spec2('CSS1')}} 초기 정의