Skip to content

Commit

Permalink
Comments Reply Link: Add missing typography support (#43264)
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronrobertshaw committed Aug 17, 2022
1 parent b4c853c commit dc22d7f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion packages/block-library/src/comment-reply-link/block.json
Expand Up @@ -30,7 +30,11 @@
"__experimentalFontWeight": true,
"__experimentalFontStyle": true,
"__experimentalTextTransform": true,
"__experimentalLetterSpacing": true
"__experimentalTextDecoration": true,
"__experimentalLetterSpacing": true,
"__experimentalDefaultControls": {
"fontSize": true
}
},
"html": false
}
Expand Down

0 comments on commit dc22d7f

Please sign in to comment.