diff --git a/preset.css b/preset.css index 95f06d5..64c1982 100644 --- a/preset.css +++ b/preset.css @@ -26,10 +26,10 @@ A simple CSS preset to enable box-sizing, set some text rendering options to dec } html { - font-family: sans-serif; + font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Fira Sans","Droid Sans","Helvetica Neue",Arial,sans-serif; -webkit-text-size-adjust: 100%; } body { margin: 0; -} \ No newline at end of file +}