From 502528c9147617ab8f155a2f6e35a78d8c4fe8ac Mon Sep 17 00:00:00 2001 From: ConnorSkees <39542938+ConnorSkees@users.noreply.github.com> Date: Sun, 12 Apr 2020 22:03:40 -0400 Subject: [PATCH] replace @font-fact with @supports --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 50907b6..18d424a 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ a special parser for plain css @use and module system (~1200 tests) @forward (~400 tests) @keyframes (~30 tests) -@font-face (~11 tests) +@supports (~128 tests) string parsing/quoting/escaping (~200 tests) ```