@@ -10,11 +10,11 @@ exports[`\`@import 'tailwindcss'\` is replaced with the generated CSS 1`] = `
1010 -- text - 2xl -- line - height : calc (2 / 1.5 );
1111 -- font - weight - bold : 700 ;
1212 -- default - font - family : var (-- font - sans );
13- -- default - font - feature - settings : var (-- font - sans -- font - feature - settings );
14- -- default - font - variation - settings : var (-- font - sans -- font - variation - settings );
13+ -- default - font - feature - settings : var (-- font - sans -- font - feature - settings , normal );
14+ -- default - font - variation - settings : var (-- font - sans -- font - variation - settings , normal );
1515 -- default - mono - font - family : var (-- font - mono );
16- -- default - mono - font - feature - settings : var (-- font - mono -- font - feature - settings );
17- -- default - mono - font - variation - settings : var (-- font - mono -- font - variation - settings );
16+ -- default - mono - font - feature - settings : var (-- font - mono -- font - feature - settings , normal );
17+ -- default - mono - font - variation - settings : var (-- font - mono -- font - variation - settings , normal );
1818 }
1919}
2020
@@ -37,9 +37,9 @@ exports[`\`@import 'tailwindcss'\` is replaced with the generated CSS 1`] = `
3737 -webkit-text-size-adjust: 100 % ;
3838 tab - size : 4 ;
3939 line - height : 1.5 ;
40- font - family : var (-- default - font - family , ui - sans - serif , system - ui , sans - serif , " Apple Color Emoji " , " Segoe UI Emoji " , " Segoe UI Symbol " , " Noto Color Emoji " );
41- font - feature - settings : var (-- default - font - feature - settings , normal );
42- font - variation - settings : var (-- default - font - variation - settings , normal );
40+ font - family : var (-- default - font - family );
41+ font - feature - settings : var (-- default - font - feature - settings );
42+ font - variation - settings : var (-- default - font - variation - settings );
4343 - webkit - tap - highlight - color : transparent ;
4444 }
4545
@@ -76,9 +76,9 @@ exports[`\`@import 'tailwindcss'\` is replaced with the generated CSS 1`] = `
7676 }
7777
7878 code , kbd , samp , pre {
79- font-family: var (-- default - mono - font - family , ui - monospace , SFMono - Regular , Menlo , Monaco , Consolas , " Liberation Mono " , " Courier New " , monospace );
80- font - feature - settings : var (-- default - mono - font - feature - settings , normal );
81- font - variation - settings : var (-- default - mono - font - variation - settings , normal );
79+ font-family: var (-- default - mono - font - family );
80+ font - feature - settings : var (-- default - mono - font - feature - settings );
81+ font - variation - settings : var (-- default - mono - font - variation - settings );
8282 font - size : 1em ;
8383 }
8484
0 commit comments