invalid-font-face-descriptor-1.html 154 B

1234567891011
  1. <!DOCTYPE html>
  2. <style>
  3. body { color: red; }
  4. @font-face {
  5. src: url(bbb),
  6. }
  7. body { color: green! important; }
  8. </style>
  9. There should be no red