Answers for "css3 default font styles"

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
-1

css font family

@import url('https://fonts.googleapis.com/css2?family=Varela+Round&display=swap');

element{
	font-family: 'Varela Round';
}
Posted by: Guest on February-21-2022

Browse Popular Code Answers by Language