Skip to content

Commit a0049f5

Browse files
committed
Update format.ts
1 parent 1e2fc34 commit a0049f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ansi/format/format.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ const formats = {
2929
/** [Crosser-out](https://en.wikipedia.org/wiki/Strikethrough), or strike */
3030
STRIKETHROUGH: '9',
3131
/** Primary (default) font */
32-
FONT_PRIMARY: '10',
32+
FONT_DEFAULT: '10',
3333
/** Alternative font 1 */
3434
FONT_ALTERNATIVE_1: '11',
3535
/** Alternative font 2 */

0 commit comments

Comments
 (0)