Shevliaskovic
16
Q:

css font size

.class {
	font-size: 12px;
}
18
<span style="font-size:20px;"></span>
15

p {
  font-family: "Times New Roman", Times, serif;
}
 
6
p {
	font-size: 150% /*px, cm, in, etc.*/; 
}
5
font-size: 2em;
5
#selector{
    font-size:20px;
}
4
p {
  font-size: 15px;
}
0
// to scale font size in relation to its parent element
style="font-size: 2vw;"
2

New to Communities?

Join the community