p style font and size code example
Example 1: css change text size
p {
font-size: 150% /*px, cm, in, etc.*/;
}
Example 2: how to change font in html
<font face="yourfont">
Lorem Ipsum
</font>
p {
font-size: 150% /*px, cm, in, etc.*/;
}
<font face="yourfont">
Lorem Ipsum
</font>