Skip to content

Commit 6dfc254

Browse files
authored
Synchronize with BCD v6.1.2 (mdn#40712)
Co-authored-by: OnkarRuikar <OnkarRuikar@users.noreply.github.com>
1 parent 0e2ec54 commit 6dfc254

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

files/en-us/web/api/fontface/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ For URL font sources it allows authors to trigger when the remote font is fetche
4343
- : A string that retrieves or sets the _range of unicode code points_ encompassing the font. It is equivalent to the {{cssxref("@font-face/unicode-range", "unicode-range")}} descriptor.
4444
- {{domxref("FontFace.variant")}} {{non-standard_inline}}
4545
- : A string that retrieves or sets the _variant_ of the font.
46-
- {{domxref("FontFace.variationSettings")}} {{Experimental_Inline}}
46+
- {{domxref("FontFace.variationSettings")}}
4747
- : A string that retrieves or sets the _variation settings_ of the font. It is equivalent to the {{cssxref("@font-face/font-variation-settings", "font-variation-settings")}} descriptor.
4848
- {{domxref("FontFace.weight")}}
4949
- : A string that contains the _weight_ of the font. It is equivalent to the {{cssxref("@font-face/font-weight", "font-weight")}} descriptor.

files/en-us/web/api/fontface/variationsettings/index.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,10 @@ title: "FontFace: variationSettings property"
33
short-title: variationSettings
44
slug: Web/API/FontFace/variationSettings
55
page-type: web-api-instance-property
6-
status:
7-
- experimental
86
browser-compat: api.FontFace.variationSettings
97
---
108

11-
{{APIRef("CSS Font Loading API")}}{{AvailableInWorkers}}{{SeeCompatTable}}
9+
{{APIRef("CSS Font Loading API")}}{{AvailableInWorkers}}
1210

1311
The **`variationSettings`** property of the {{domxref("FontFace")}} interface retrieves or sets low-level OpenType or TrueType font variations.
1412

0 commit comments

Comments
 (0)