Skip to content

Commit

Permalink
Add missing font key (#2468)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesnw authored Dec 18, 2024
1 parent a17b95d commit aad8bf6
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions features/font-loading.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,4 @@ compat_features:
- api.FontFaceSetLoadEvent.FontFaceSetLoadEvent
- api.FontFaceSetLoadEvent.worker_support
- api.FontFaceSetLoadEvent.fontfaces
- api.WorkerGlobalScope.fonts
12 changes: 12 additions & 0 deletions features/font-loading.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,18 @@ compat_features:
# safari_ios: "11.3"
- api.FontFace.display

# baseline: low
# baseline_low_date: 2022-09-20
# support:
# chrome: "69"
# chrome_android: "69"
# edge: "79"
# firefox: "105"
# firefox_android: "105"
# safari: "15"
# safari_ios: "15"
- api.WorkerGlobalScope.fonts

# baseline: low
# baseline_low_date: 2023-12-07
# support:
Expand Down

0 comments on commit aad8bf6

Please sign in to comment.