answersLogoWhite

0

Font size cannot increase automatically. You should have increased it manually.

User Avatar

Wiki User

10y ago

What else can I help you with?

Related Questions

What does grow font mean?

It means to increase the size of the font.


What do font and font utilities do?

Font and font utilities help to make page interactive. Font color and size are very important in a web page.


How can you increase the speed of Refreshing?

you can use AJAX for refreshing the page . since it referesher a particurlar part rather than whole page.


What is the use of Web Font in HTML?

Web font helps to change the font of the content in a web page. It can be used to style the page in the website.


How do you log back on to chobots?

Refreshing the page/


What is the difference between base font and font tag?

Base font is an HTML tag that specifies the font you want to use throughout your document: <basefont face="arial, verdana, courier" size="4" color="green"> In this example the browser of the user will select the first available font of the list to display the text. The font tag is an older HTML tag but is no longer recommended although it still works. This is an example of its use: <p> <font size="3" face="verdana" color="blue"> This paragraph is in Verdana, size 3, and in blue text color. </font> </p> This is the Wikipedia explanation for tag: In the HTML syntax, most elements are written with a start tag and an end tag, with the content in between. Tags are composed of the name of the element, surrounded by angle brackets. An end tag also has a slash after the opening angle bracket, to distinguish it from the start tag. For example, a paragraph, which is represented by the p element, would be written as


How do you make times new roman 12 font look bigger?

Increasing the line spacing or leading can make Times New Roman 12pt font appear larger without actually changing the font size. Additionally, adjusting the kerning or character spacing can also create the illusion of a larger font size while keeping the same font. Lastly, using bold or italic styling can add emphasis and make the text appear slightly larger on the page.


What is a font page?

You may be thinking of a CSS file that can set the styles for everything and anything on a page, including font.


How do you make Firefox stop from refreshing a page every time you click a new link?

Firefox is not refreshing. It's just loading the page the link pointed it to.


To specify a font for your whole page add which tag?

base font


What is the difference between 'text font' and 'font style'?

The font type is what it looks. There are quite a lot of them. Font size is the size of them.


How do you change the font size on your homepage?

To change the font size on your homepage, you can either edit the HTML code of your page or use the CSS font-size property. For example, you can add a style element to the element of your HTML page, such as: body { font-size: 16px; } This will set the font size to 16px for the entire page. You can also use the font-size property in your CSS stylesheet to set the font size for specific elements. For example: h1 { font-size: 20px; } This will set the font size for all elements to 20px.