--- title: font-family slug: Web/CSS/@font-face/font-family tags: - '@font-face' - At-rule descriptor - CSS - CSS Descriptor - CSS Fonts - Reference translation_of: Web/CSS/@font-face/font-family ---
font-family
は CSS の記述子で、 {{cssxref("@font-face")}} 規則で指定されたフォントのフォントファミリーを指定することができます。
/* <string> 値 */ font-family: "font family"; font-family: 'another font family'; /* <custom-ident> 値 */ font-family: examplefont;
<family-name>
{{cssinfo}}
@font-face { font-family: examplefont; src: url('examplefont.ttf'); }
仕様書 | 状態 | 備考 |
---|---|---|
{{SpecName('CSS3 Fonts', '#font-family-desc', 'font-family')}} | {{Spec2('CSS3 Fonts')}} | 初回定義 |
{{Compat("css.at-rules.font-face.font-family")}}