Skip to content

Commit

Permalink
refactor: increase max font size for text fit to 1000px
Browse files Browse the repository at this point in the history
  • Loading branch information
alkrauss48 committed Aug 29, 2023
1 parent 5aef38c commit bd0da1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/handleContent.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import textfit from '../lib/textFit.js';
/* c8 ignore next 13 */
export const runTextFit = (element: HTMLDivElement) : void => {
textfit(element, {
maxFontSize: 500,
maxFontSize: 1000,
});
};

Expand Down

0 comments on commit bd0da1c

Please sign in to comment.