answersLogoWhite

0

Normally you could use Times New Roman, size 12.

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

What is called when the size of the font used?

The size of the font used in a document is called font size. It is typically measured in points, with one point equal to 1/72 of an inch. Common font sizes range from 8 to 72 points.


What are the normal script fonts used in business?

12 point font is the most popular size font to use in business writing. Sans serif is still the most popular style. It is clear and easy to read. Arial and Trebuchet are also common.


What font should be used for a feature article?

the font should be size 20 text regular.


The size of the font used?

I don't know 8?


What font size should be used in an apa paper?

APA style papers should be done in size 12 font. The font style should be Times New Roman, Courier, or Arial. All text in the paper should be done in the same font.


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

Ctrl + Shift Key + < will decrease font size.


What is the font used in vodafone bill?

Exact font i dont found but i am using Times New Roman with Font size 7. It is matching with vodafone font.


What sized font should be used when writing a play?

I'd probably use size 12 font.


What size font should be used for writing a play?

30


What term is used to describe 'a collection of characters of A particular size and shape'?

The single word term is 'font'


What are the attributes can be used along with font tag?

Some of the attributes that can be used along with the font tag in HTML are: size: to specify the size of the font, such as "1" (smallest) to "7" (largest). color: to define the color of the text, using a named color, hexadecimal value, or RGB value. face: to specify the font family to be used, such as "Arial", "Times New Roman", or a generic font like "serif" or "sans-serif".


What style is used to specify font size in a style?

You would specify the font size like so:.myClassName {font-size: 10px;}You can specify font sizes in:- pixels (as seen above, by putting "px" at the end)- points (think MS Word sizes, by putting "pt" at the end)- ems (throw-back from printing presses, by putting "em" at the end)- percentages (percentage of the inherited size, by putting "%" at the end)