answersLogoWhite

0

You can easily reset the font size that has changed. It can be done by removing the font-size element.

User Avatar

Wiki User

10y ago

What else can I help you with?

Related Questions

How do you change font size on iPad with Evernote?

You can change the font size on an iPad with Evernote by going to the settings menu. From there the font and size can be changed to fit individual needs.


Is that true The font size can be changed by pressing just two keys in Microsoft Word?

Is that true The font size can be changed by pressing just two keys in Microsoft word?


What does a font mean in PowerPoint?

Font is what we enter in text box. A font can be changed and formatted i.e. color, size and face.


Why is this text so big?

Because you changed the font size


Can the font size be changed on a Samsung intercept?

Yes, in the settings.


Specifies size of characters?

The font size.


What is a font size?

what is a font size


How do you set font size?

In HTML: <font size=1>Smallest</font> <font size=3>Normal</font> <font size=7>Largest</font> The font tag can also have the color and face defined. <font size=3 color=red face=arial>Normal</font> However, the FONT tag is deprecated and has been removed from current versions of [X]HTML. Instead, use CSS to specify font size. For example: h1 {font-size: 2em; } div.fineprint { font-size: .85em; }


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.


Can font size be changed in print preview?

There is no print preview in HTML. In HTML, all the changes are reflected in the browser.


How do you change the text size on blackberry cell phone?

AnswerRead your manualGo to the settings and tool menu. This will be a display setting and it should be listed as font size or font settings. Only some of the text can be changed, some of it is standard and will not change.


What is the anatomy of HTML?

Html mostly uses three main parts. The thing,(e.g. <FONT size="10"></font>) the thing your changing, (e.g. <font SIZE="10"></font>) ,what your changing it to.(e.g. <font size="IO"></font) And the closing tab.(e.g. <text size="10"></FONT>)Then you put some of the thing (e.g. <font size="10">Content of your site</font>)