tanhauhau / sveet

Home Page:sveet.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add system fonts

ermincelikovic opened this issue · comments

Hi there - just a little suggestion - you could use default system fonts instead of the default browser serif ones.

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}