aboutsummaryrefslogtreecommitdiff
path: root/files/ja/web/css/@font-face/font-variation-settings
diff options
context:
space:
mode:
authorMasahiro FUJIMOTO <mfujimot@gmail.com>2022-02-16 09:42:04 +0900
committerMasahiro FUJIMOTO <mfujimot@gmail.com>2022-02-23 23:30:24 +0900
commitdec4fdef53365fde289fe07c7c35adfd0b7379e1 (patch)
tree12489cb6449bb8a98ca0fc3bb4bca512d679f03d /files/ja/web/css/@font-face/font-variation-settings
parentd3b272864e9272f74876494d4d63c889277f1418 (diff)
downloadtranslated-content-dec4fdef53365fde289fe07c7c35adfd0b7379e1.tar.gz
translated-content-dec4fdef53365fde289fe07c7c35adfd0b7379e1.tar.bz2
translated-content-dec4fdef53365fde289fe07c7c35adfd0b7379e1.zip
Web/CSS/@font-face 以下の記述子の記事を変換準備
Diffstat (limited to 'files/ja/web/css/@font-face/font-variation-settings')
-rw-r--r--files/ja/web/css/@font-face/font-variation-settings/index.html48
1 files changed, 23 insertions, 25 deletions
diff --git a/files/ja/web/css/@font-face/font-variation-settings/index.html b/files/ja/web/css/@font-face/font-variation-settings/index.html
index 00c09ea62f..f18e3ade87 100644
--- a/files/ja/web/css/@font-face/font-variation-settings/index.html
+++ b/files/ja/web/css/@font-face/font-variation-settings/index.html
@@ -7,16 +7,16 @@ tags:
- CSS Descriptor
- CSS Fonts
- CSS 記述子
- - Reference
+ - リファレンス
translation_of: Web/CSS/@font-face/font-variation-settings
---
-<div>{{CSSRef}}</div>
+{{CSSRef}}
-<p><strong><code>font-variation-settings</code></strong> は CSS の記述子で、 {{cssxref("@font-face")}} 規則の中で OpenType または TrueType の低レベルのフォントバリエーションを指定することができます。</p>
+<strong>`font-variation-settings`</strong> は CSS の記述子で、 {{cssxref("@font-face")}} 規則の中で OpenType または TrueType の低レベルのフォントバリエーションを指定することができます。
-<p>{{cssinfo}}</p>
+{{cssinfo}}
-<h2 id="Syntax" name="Syntax">構文</h2>
+## 構文
<div class="syntaxbox">
<pre class="brush: css">/* 既定の設定を使用 */
@@ -28,18 +28,16 @@ font-variation-settings: "xhgt" 0.7;</pre>
<h3 id="Values" name="Values">値</h3>
-<dl>
- <dt><code>normal</code></dt>
- <dd>テキストは既定の設定を使用してレイアウトされます。</dd>
- <dt><code>&lt;string&gt; &lt;number&gt;</code></dt>
- <dd>テキストを描画するとき、 OpenType 軸名のリストがテキストレイアウトエンジンに渡され、フォント機能を有効化または無効化します。それぞれの設定は常に {{cssxref("&lt;string&gt;")}} が4つの ASCII 文字で、その後に字句の値を示す {{cssxref("number")}} が続きます。 <code>&lt;string&gt;</code> の長さが異なっていたり U+20 - U+7E 以外のコードポイントの範囲の文字が含まれていたりした場合は、プロパティ全体が無効になります。 <code>&lt;number&gt;</code> は小数や負の数を取ることができます。</dd>
-</dl>
+- `normal`
+ - : テキストは既定の設定を使用してレイアウトされます。
+- `&lt;string&gt; &lt;number&gt;`
+ - : テキストを描画するとき、 OpenType 軸名のリストがテキストレイアウトエンジンに渡され、フォント機能を有効化または無効化します。それぞれの設定は常に {{cssxref("&lt;string&gt;")}} が4つの ASCII 文字で、その後に字句の値を示す {{cssxref("number")}} が続きます。 `&lt;string&gt;` の長さが異なっていたり U+20 - U+7E 以外のコードポイントの範囲の文字が含まれていたりした場合は、プロパティ全体が無効になります。 `&lt;number&gt;` は小数や負の数を取ることができます。
-<h3 id="Formal_syntax" name="Formal_syntax">形式文法</h3>
+## 形式文法
{{csssyntax}}
-<h2 id="Examples" name="Examples">例</h2>
+## 例
<pre class="brush: css">@font-face {
font-family: 'OpenTypeFont';
@@ -49,7 +47,7 @@ font-variation-settings: "xhgt" 0.7;</pre>
font-variation-settings: 'wght' 400, 'wdth' 300;
}</pre>
-<h2 id="Specifications" name="Specifications">仕様書</h2>
+## 仕様書
<table class="standard-table">
<thead>
@@ -70,18 +68,18 @@ font-variation-settings: "xhgt" 0.7;</pre>
<h2 id="Browser_compatibility" name="Browser_compatibility">ブラウザーの互換性</h2>
-<p>{{Compat("css.at-rules.font-face.font-variation-settings")}}</p>
+{{Compat("css.at-rules.font-face.font-variation-settings")}}
-<h2 id="See_Also" name="See_Also">関連情報</h2>
+## 関連情報
<ul>
- <li>{{cssxref("@font-face/font-display", "font-display")}}</li>
- <li>{{cssxref("@font-face/font-family", "font-family")}}</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/src", "src")}}</li>
- <li>{{cssxref("@font-face/unicode-range", "unicode-range")}}</li>
+- {{cssxref("@font-face/font-display", "font-display")}}
+- {{cssxref("@font-face/font-family", "font-family")}}
+- {{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/src", "src")}}
+- {{cssxref("@font-face/unicode-range", "unicode-range")}}
</ul>