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.
<font>
is an obsolete html tag AFAIK. You really should be using CSS to style your content.
2 Likes
4 and 5 what? State some units.
Thank you so much for your responses. This issue is now fixed.
It looks like a version of the old and obsolete <font size="4">text</font>
, where the numbers 1-7 were used to indicate very small to very large. Somewhat worrying to see in 2018.
4 Likes
Before my time…
3 Likes
This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.