Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
Co-authored-by: Dave Smith <getdavemail@gmail.com>
  • Loading branch information
matiasbenedetto and getdave authored Mar 25, 2024
1 parent 6f62551 commit f51caea
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,8 @@ function FontLibraryProvider( { children } ) {
sucessfullyInstalledFontFaces?.length > 0 ||
alreadyInstalledFontFaces?.length > 0
) {
// Use font data from REST API not from client to ensure
// correct font information is used.
installedFontFamily.fontFace = [
...sucessfullyInstalledFontFaces,
];
Expand Down

0 comments on commit f51caea

Please sign in to comment.