Remove redundant CSS rule for Poppins font family

This commit is contained in:
Dorian Niemiec 2024-06-25 00:20:23 +02:00
parent bd7223f452
commit c5ab497e8e

View file

@ -10,7 +10,6 @@ html {
} }
body { body {
font-family: var(--font-poppins);
user-select: text; user-select: text;
overflow-x: clip; overflow-x: clip;
} }