Skip to content

Commit

Permalink
2023/08/27 時点の英語版に基づき更新
Browse files Browse the repository at this point in the history
  • Loading branch information
mfuji09 committed Nov 25, 2024
1 parent 0d32759 commit c98d516
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions files/ja/web/css/@font-face/size-adjust/index.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
---
title: size-adjust
slug: Web/CSS/@font-face/size-adjust
l10n:
sourceCommit: 418b3ebf6464716649125199385c39d86c944973
---

{{CSSRef}}

**`size-adjust`** は CSS の記述子で、記述子は、このフォントに関連する字体のアウトラインとメトリックの乗数を定義します。これにより、同じフォントサイズでレンダリングしたときに、様々なフォントのデザインを調和させることが容易になります。
**`size-adjust`** は CSS の {{cssxref("@font-face")}} アットルールの記述子で、このフォントに関連する字体のアウトラインとメトリックの乗数を定義します。これにより、同じフォントサイズでレンダリングしたときに、様々なフォントのデザインを調和させることが容易になります。

`size-adjust` 記述子は {{cssxref("font-size-adjust")}} プロパティと似たような振る舞いをします。これは、 ex の高さを一致させることによって、フォントごとに調整を計算します。

Expand Down Expand Up @@ -64,7 +66,6 @@ size-adjust: 90%;
- {{cssxref("@font-face/font-weight", "font-weight")}} 記述子
- {{cssxref("@font-face/font-style", "font-style")}} 記述子
- {{cssxref("@font-face/font-stretch", "font-stretch")}} 記述子
- {{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")}} 記述子
Expand Down

0 comments on commit c98d516

Please sign in to comment.