diff options
author | Masahiro FUJIMOTO <mfujimot@gmail.com> | 2022-02-16 01:44:07 +0900 |
---|---|---|
committer | potappo <potappo@gmail.com> | 2022-02-19 17:30:28 +0900 |
commit | 2a70642fbc2c312229845e98519fcf701ac31342 (patch) | |
tree | 40f01d20789f8a263dfc24019e0ee8dd1097dd36 /files/ja | |
parent | 32f362cdb73b32813b08c7d10079df468f49702b (diff) | |
download | translated-content-2a70642fbc2c312229845e98519fcf701ac31342.tar.gz translated-content-2a70642fbc2c312229845e98519fcf701ac31342.tar.bz2 translated-content-2a70642fbc2c312229845e98519fcf701ac31342.zip |
Update index.md
Diffstat (limited to 'files/ja')
-rw-r--r-- | files/ja/web/css/@font-face/index.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/files/ja/web/css/@font-face/index.md b/files/ja/web/css/@font-face/index.md index cee3d28137..4cb3c9d51b 100644 --- a/files/ja/web/css/@font-face/index.md +++ b/files/ja/web/css/@font-face/index.md @@ -30,9 +30,9 @@ translation_of: Web/CSS/@font-face ### 記述子 - {{cssxref("@font-face/ascent-override", "ascent-override")}} - - : フォントのアセンダーの大きさを定義します。 + - : フォントのアセンダーの寸法を定義します。 - {{cssxref("@font-face/descent-override", "descent-override")}} - - : フォントのディセンダーの大きさを定義します。 + - : フォントのディセンダーの寸法を定義します。 - {{cssxref("@font-face/font-display", "font-display")}} - : フォントのダウンロードおよび準備状況に応じて、どのようにフォントフェイスを表示するかを特定します。 - {{cssxref("@font-face/font-family", "font-family")}} @@ -50,7 +50,7 @@ translation_of: Web/CSS/@font-face - {{cssxref("@font-face/font-variation-settings", "font-variation-settings")}} - : OpenType または TrueType フォントの種類を低レベルで制御するために、変化形の特徴を表す 4 文字の軸名を、種類の値と共に指定します。 - {{cssxref("@font-face/line-gap-override", "line-gap-override")}} - - : フォントの行間の大きさを定義します。 + - : フォントの行間の寸法を定義します。 - {{cssxref("@font-face/size-adjust", "size-adjust")}}{{experimental_inline}} - : このフォントに関連するグリフのアウトラインとメトリックの倍率を定義します。これにより、同じフォントサイズでレンダリングしたときに、さまざまなフォントのデザインを調和させることが容易になります。 - {{cssxref("@font-face/src", "src")}} |