aboutsummaryrefslogtreecommitdiff
path: root/files/ja/web/css/@font-face/font-family
diff options
context:
space:
mode:
Diffstat (limited to 'files/ja/web/css/@font-face/font-family')
-rw-r--r--files/ja/web/css/@font-face/font-family/index.html44
1 files changed, 21 insertions, 23 deletions
diff --git a/files/ja/web/css/@font-face/font-family/index.html b/files/ja/web/css/@font-face/font-family/index.html
index 3c7f112b44..ae8814bb60 100644
--- a/files/ja/web/css/@font-face/font-family/index.html
+++ b/files/ja/web/css/@font-face/font-family/index.html
@@ -3,18 +3,18 @@ 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
---
-<div>{{CSSRef}}</div>
+{{CSSRef}}
-<p><strong><code>font-family</code></strong> は CSS の記述子で、 {{cssxref("@font-face")}} 規則で指定されたフォントのフォントファミリーを指定することができます。</p>
+<strong>`font-family`</strong> は CSS の記述子で、 {{cssxref("@font-face")}} 規則で指定されたフォントのフォントファミリーを指定することができます。
-<h2 id="Syntax" name="Syntax">構文</h2>
+## 構文
<pre class="brush: css notranslate">/* &lt;string&gt; 値 */
font-family: "font family";
@@ -26,20 +26,18 @@ font-family: examplefont;
<h3 id="Values" name="Values">値</h3>
-<dl>
- <dt><code>&lt;family-name&gt;</code></dt>
- <dd>フォントファミリーの名前を指定します。</dd>
-</dl>
+- `&lt;family-name&gt;`
+ - : フォントファミリーの名前を指定します。
<h2 id="Formal_definition" name="Formal_definition">公式定義</h2>
-<p>{{cssinfo}}</p>
+{{cssinfo}}
<h2 id="Formal_syntax" name="Formal_syntax">形式文法</h2>
{{csssyntax}}
-<h2 id="Examples" name="Examples">例</h2>
+## 例
<h3 id="Setting_the_font_family_name" name="Setting_the_font_family_name">フォントファミリー名の設定</h3>
@@ -49,7 +47,7 @@ font-family: examplefont;
}
</pre>
-<h2 id="Specifications" name="Specifications">仕様書</h2>
+## 仕様書
<table class="standard-table">
<thead>
@@ -70,18 +68,18 @@ font-family: examplefont;
<h2 id="Browser_compatibility" name="Browser_compatibility">ブラウザーの互換性</h2>
-<p>{{Compat("css.at-rules.font-face.font-family")}}</p>
+{{Compat("css.at-rules.font-face.font-family")}}
-<h2 id="See_also" name="See_also">関連情報</h2>
+## 関連情報
<ul>
- <li>{{cssxref("@font-face/font-display", "font-display")}}</li>
- <li>{{cssxref("@font-face/font-stretch", "font-stretch")}}</li>
- <li>{{cssxref("@font-face/font-style", "font-style")}}</li>
- <li>{{cssxref("@font-face/font-weight", "font-weight")}}</li>
- <li>{{cssxref("@font-face/font-variant", "font-variant")}}</li>
- <li>{{cssxref("font-feature-settings", "font-feature-settings")}}</li>
- <li>{{cssxref("@font-face/font-variation-settings", "font-variation-settings")}}</li>
- <li>{{cssxref("@font-face/src", "src")}}</li>
- <li>{{cssxref("@font-face/unicode-range", "unicode-range")}}</li>
+- {{cssxref("@font-face/font-display", "font-display")}}
+- {{cssxref("@font-face/font-stretch", "font-stretch")}}
+- {{cssxref("@font-face/font-style", "font-style")}}
+- {{cssxref("@font-face/font-weight", "font-weight")}}
+- {{cssxref("@font-face/font-variant", "font-variant")}}
+- {{cssxref("font-feature-settings", "font-feature-settings")}}
+- {{cssxref("@font-face/font-variation-settings", "font-variation-settings")}}
+- {{cssxref("@font-face/src", "src")}}
+- {{cssxref("@font-face/unicode-range", "unicode-range")}}
</ul>