File tree 1 file changed +4
-5
lines changed
1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 12
12
border : 4px solid blue;
13
13
color : blue;
14
14
}
15
- @supports (font-smooth : always) or (-webkit-font-smoothing : always ) {
15
+ @supports (font-smooth : always) or (-webkit-font-smoothing : antialiased ) {
16
16
.box {
17
17
border : 4px dashed darkgreen;
18
18
color : darkgreen;
24
24
< body >
25
25
< section class ="preview ">
26
26
< 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.
29
28
</ div >
30
29
</ section >
31
30
34
33
border: 4px solid blue;
35
34
color: blue;
36
35
}
37
- @supports (font-smooth: always) or (-webkit-font-smoothing: always ) {
36
+ @supports (font-smooth: always) or (-webkit-font-smoothing: antialiased ) {
38
37
.box {
39
38
border: 4px dashed darkgreen;
40
39
color: darkgreen;
44
43
45
44
< textarea class ="playable playable-html " style ="height: 120px ">
46
45
< 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 .
48
47
</ div > </ textarea
49
48
>
50
49
You can’t perform that action at this time.
0 commit comments