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 3b7b79b commit 448dda3Copy full SHA for 448dda3
feature-queries/or.html
@@ -12,7 +12,7 @@
12
border: 4px solid blue;
13
color: blue;
14
}
15
- @supports (font-smooth: always) or (-webkit-font-smoothing: always) {
+ @supports (font-smooth: always) or (-webkit-font-smoothing: antialiased) {
16
.box {
17
border: 4px dashed darkgreen;
18
color: darkgreen;
@@ -34,7 +34,7 @@
34
35
36
37
-@supports (font-smooth: always) or (-webkit-font-smoothing: always) {
+@supports (font-smooth: always) or (-webkit-font-smoothing: antialiased) {
38
39
40
0 commit comments