Q:

css comic sans

font-family: "Comic Sans MS", "Comic Sans", cursive;
2
Example of usage of font-family:
font-family: Verdana, Arial, Tahoma, Serif;

While using this with element
p{
	font-family: Verdana, Arial, Tahoma, Serif;
}
2
p {
  font-family: "Times New Roman", Times, serif;
}
0

New to Communities?

Join the community