We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e2fc34 commit a0049f5Copy full SHA for a0049f5
src/ansi/format/format.ts
@@ -29,7 +29,7 @@ const formats = {
29
/** [Crosser-out](https://en.wikipedia.org/wiki/Strikethrough), or strike */
30
STRIKETHROUGH: '9',
31
/** Primary (default) font */
32
- FONT_PRIMARY: '10',
+ FONT_DEFAULT: '10',
33
/** Alternative font 1 */
34
FONT_ALTERNATIVE_1: '11',
35
/** Alternative font 2 */
0 commit comments