Answers for "css set system font"

CSS
1

css system default font

/* System Fonts as used by Medium and WordPress */
body {
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
}
Posted by: Guest on March-15-2020

Browse Popular Code Answers by Language