Skip to content

Commit

Permalink
Remove unneeded fix for text font-weight style
Browse files Browse the repository at this point in the history
  • Loading branch information
fluiddot committed Jul 17, 2023
1 parent 8e7d561 commit 827b8cf
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 76 deletions.
2 changes: 0 additions & 2 deletions src/setup.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,13 @@ import { initialHtmlGutenberg } from '@wordpress/react-native-editor';
/**
* Internal dependencies
*/
import correctTextFontWeight from './text-font-weight-correct';
import initialHtml from './initial-html';
import initAnalytics from './analytics';

const setupHooks = () => {
// Hook triggered before the editor is rendered
addAction( 'native.pre-render', 'gutenberg-mobile', () => {
require( './strings-overrides' );
correctTextFontWeight();
} );

addFilter(
Expand Down
74 changes: 0 additions & 74 deletions src/text-font-weight-correct.js

This file was deleted.

0 comments on commit 827b8cf

Please sign in to comment.