From dec4fdef53365fde289fe07c7c35adfd0b7379e1 Mon Sep 17 00:00:00 2001 From: Masahiro FUJIMOTO Date: Wed, 16 Feb 2022 09:42:04 +0900 Subject: Web/CSS/@font-face 以下の記述子の記事を変換準備 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../@font-face/font-variation-settings/index.html | 48 +++++++++++----------- 1 file changed, 23 insertions(+), 25 deletions(-) (limited to 'files/ja/web/css/@font-face/font-variation-settings') 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 --- -
{{CSSRef}}
+{{CSSRef}} -

font-variation-settings は CSS の記述子で、 {{cssxref("@font-face")}} 規則の中で OpenType または TrueType の低レベルのフォントバリエーションを指定することができます。

+`font-variation-settings` は CSS の記述子で、 {{cssxref("@font-face")}} 規則の中で OpenType または TrueType の低レベルのフォントバリエーションを指定することができます。 -

{{cssinfo}}

+{{cssinfo}} -

構文

+## 構文
/* 既定の設定を使用 */
@@ -28,18 +28,16 @@ font-variation-settings: "xhgt" 0.7;

-
-
normal
-
テキストは既定の設定を使用してレイアウトされます。
-
<string> <number>
-
テキストを描画するとき、 OpenType 軸名のリストがテキストレイアウトエンジンに渡され、フォント機能を有効化または無効化します。それぞれの設定は常に {{cssxref("<string>")}} が4つの ASCII 文字で、その後に字句の値を示す {{cssxref("number")}} が続きます。 <string> の長さが異なっていたり U+20 - U+7E 以外のコードポイントの範囲の文字が含まれていたりした場合は、プロパティ全体が無効になります。 <number> は小数や負の数を取ることができます。
-
+- `normal` + - : テキストは既定の設定を使用してレイアウトされます。 +- `<string> <number>` + - : テキストを描画するとき、 OpenType 軸名のリストがテキストレイアウトエンジンに渡され、フォント機能を有効化または無効化します。それぞれの設定は常に {{cssxref("<string>")}} が4つの ASCII 文字で、その後に字句の値を示す {{cssxref("number")}} が続きます。 `<string>` の長さが異なっていたり U+20 - U+7E 以外のコードポイントの範囲の文字が含まれていたりした場合は、プロパティ全体が無効になります。 `<number>` は小数や負の数を取ることができます。 -

形式文法

+## 形式文法 {{csssyntax}} -

+## 例
@font-face {
   font-family: 'OpenTypeFont';
@@ -49,7 +47,7 @@ font-variation-settings: "xhgt" 0.7;
font-variation-settings: 'wght' 400, 'wdth' 300; } -

仕様書

+## 仕様書 @@ -70,18 +68,18 @@ font-variation-settings: "xhgt" 0.7;

ブラウザーの互換性

-

{{Compat("css.at-rules.font-face.font-variation-settings")}}

+{{Compat("css.at-rules.font-face.font-variation-settings")}} -

関連情報

+## 関連情報 -- cgit v1.2.3-54-g00ecf