Skip to content

Commit

Permalink
fix: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AyushAgrawal-A2 committed Dec 8, 2023
1 parent da6e1e2 commit 0194a97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/blocks/src/page-block/page-service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export class PageService extends BlockService<PageBlockModel> {
.add('formatText', formatTextCommand)
.add('withRoot', withRootCommand);

// this.loadFonts();
this.loadFonts();
}

loadFonts() {
Expand Down

0 comments on commit 0194a97

Please sign in to comment.