Answers for "css default 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
0

how to add default font css

{ background-color:#FFF; font-family: Verdana, Arial, Helvetica, sans-serif; font-size:12px; padding:15px;
Posted by: Guest on July-06-2021

Browse Popular Code Answers by Language