diff --git a/reset.css b/reset.css
index 453306f..2bf6c0e 100644
--- a/reset.css
+++ b/reset.css
@@ -25,7 +25,7 @@ html {
   text-indent: calc((var(--baseSize) / 2) * -1); // Negative indent for use where hanging-punctuation is unsupported
 }
 
-@​supports (hanging-punctuation: first) {
+@supports (hanging-punctuation: first) {
   html {
     text-indent: 0;
     hanging-punctuation: first last; // Although "last" isn't handled by an indentation if unsupported, we'll just try our luck here