answersLogoWhite

0

If you work with Word Microsoft:

- click Home, Font: now is your choice for the type of font, size, color etc.

For internet Explorer:

- Click View, Zoom and Up or Out

For Windows:

- Click Control Panel, Personalization, Display, Make text and other items larger or smaller and after this choose the size of fonts.

User Avatar

Wiki User

11y ago

What else can I help you with?

Related Questions

What shortcut keys decrease font size?

Ctrl + Shift Key + < will decrease font size.


What is the decrease font size used on the shortcut keys?

The decrease font size shortcut in many applications, such as Microsoft Word, is typically Ctrl + Shift + < (the less than key). This key combination reduces the font size of the selected text by one point. Alternatively, in some applications, you might also use Ctrl + [ to decrease the font size.


What are the shortcut key used to decrease a font size?

Ctrl + Shift Key + < will decrease font size.


What are the shortcut keys to decrease a font?

To decrease the font size in most applications, you can typically use the shortcut keys Ctrl + Shift + < (on Windows) or Command + Shift + < (on Mac). In Microsoft Word and many other programs, you can also use Ctrl + [ (Windows) or Command + [ (Mac) to decrease the font size. These shortcuts help quickly adjust text size without navigating through menus.


What is the shortcut for increasing font size?

Ctrl + Shift Key + >On my Linux OS it is press down the Ctrl key and tap the = key repeatedly to increase the font, and Ctrl and - to decrease.


Specifies size of characters?

The font size.


What is the Ubuntu Open Office shortcut for Increasing Font Size?

you can define your own: * go to Tools > Customize * pick 'Format' under Category * then pick 'Increase font' under Function * pick a key combination to assign it to in Shortcut keys above * choose whether the shortcut shall be restricted to writer or useable in all of the openoffice suite * hit 'Modify'. You're ready to go. Analogously for Decrease font size or any other command you can think of in OOo. Make sure you do not choose system-wide key combinations. You gotta love the freedom of this.


How do you decreases the font size in order to fit the text in the placeholder?

u search it up on youtube


When you are typing in a text placeholder which feature decreases the font size in order to fit the text in the placeholder?

the Autofit Options button


When you are typing in a text placeholder which feature decreases the font in size in order to fit the text in the placeholder?

the Autofit Options button


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; }