Set font to system ui

This commit is contained in:
G2-Games 2024-12-28 11:17:29 -06:00
parent 08a9ff7a0a
commit 4ad55a3f9b

View file

@ -1,6 +1,7 @@
* { * {
padding: 0; padding: 0;
margin: 0; margin: 0;
font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
} }
/* Customize these for themes? */ /* Customize these for themes? */