File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 1212 border : 4px solid blue;
1313 color : blue;
1414 }
15- @supports (font-smooth : always) or (-webkit-font-smoothing : always ) {
15+ @supports (font-smooth : always) or (-webkit-font-smoothing : antialiased ) {
1616 .box {
1717 border : 4px dashed darkgreen;
1818 color : darkgreen;
2424 < body >
2525 < section class ="preview ">
2626 < div class ="box ">
27- If your browser supports font smoothing, the text
28- and border will be green.
27+ The text and border will be green if your browser supports font smoothing.
2928 </ div >
3029 </ section >
3130
3433 border: 4px solid blue;
3534 color: blue;
3635}
37- @supports (font-smooth: always) or (-webkit-font-smoothing: always ) {
36+ @supports (font-smooth: always) or (-webkit-font-smoothing: antialiased ) {
3837 .box {
3938 border: 4px dashed darkgreen;
4039 color: darkgreen;
4443
4544 < textarea class ="playable playable-html " style ="height: 120px ">
4645< div class ="box ">
47- If your browser supports font smoothing, the text and border will be green.
46+ The text and border will be green if your browser supports font smoothing .
4847</ div > </ textarea
4948 >
5049
You can’t perform that action at this time.
0 commit comments