diff --git a/assets/css/main.css b/assets/css/main.css index a2d9da4..f730a8c 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -209,7 +209,8 @@ input { * site. */ appearance: none; - /* Don't shrink the size of the text in forms. */ + /* Don't shrink the size of the text in forms or make it system-ui. */ + font-family: sans-serif; font-size: inherit; }