Font Style and Size Change

I built a site using the New Google Sites. It appears that the standard text is Roboto. The font size appears to be between 4 and 5. I have been using the following code to adjust the default font style and size <font face="Roboto" font size="4"> in embedded code snippets for html. However using 4 makes the text smaller and using 5 makes the text bigger than the default text in the New Google Sites. What code do I need to make the text size the same? Thanks.
 

chrishirst

Well-Known Member
Staff member
Not using 1993 HTML markup code would be a good start.

<font></font> tags have been dead for almost twenty years. Use CSS.
 
Top