Skip to content

Commit

Permalink
fix typo in comment
Browse files Browse the repository at this point in the history
Co-authored-by: Grant Kinney <[email protected]>
  • Loading branch information
matiasbenedetto and creativecoder authored Mar 21, 2024
1 parent 12787e2 commit e1d0fac
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ function FontLibraryProvider( { children } ) {
*
* Uses the fonts from global styles + the ones from the theme.json file that hasn't repeated slugs.
* Avoids incosistencies with the fonts listed in the font library modal as base (unactivated).
* These inconsistencies can happen when the active theme fonts in global styles aren't defined in theme.json file as when a theme style variantion is applied.
* These inconsistencies can happen when the active theme fonts in global styles aren't defined in theme.json file as when a theme style variation is applied.
*/
const baseThemeFonts = baseFontFamilies?.theme
? themeFonts.concat(
Expand Down

0 comments on commit e1d0fac

Please sign in to comment.