Online archive of questions on various topics answered by our experts. You can also ask a question (registration is required)
+16 votes
How can I adjust the font size of my web pages?
by (4.1k points)

7 Answers

+116 votes
 
Best answer
hit control and move the mouse scroller up. . if you dont have a mouse scroller just go to view->textsize
by (4.4k points)
selected by
0 votes
To change the font size globally on the site:. . . BODY {. font-size: 11px;. }. . . Where 11px could be any size you want. You could use pt for point size if you perfer.
by (4.4k points)
0 votes
you can either use tag if you are using just plain html. else you can use font-size: Xpt; in case you are using css.
by (4.1k points)
0 votes
If you are designing webpages you would use the code "FONT SIZE =" it would = 1 through 42
by (4.3k points)
0 votes
It depends on the browser you are using but with most you can change the "Text Size" from your browser's "View" menu.. Common keyboard shortcuts are . Increase font size: Ctrl++. Decrease font size: Ctrl+-
by (4.3k points)
0 votes
You go to View, go down and you will see Text Size, and that is where you select your font size (either Largest, Larger, Medium, Smaller, or Smallest). Also, if you have a scroll on your mouse, you can hold the Ctrl key down and scroll either up or down, thus changing the font size.
by (4.4k points)
0 votes
in mozilla, click view-->text size-->increase/decrease. in IE, click view-->textsize-->choose your font. if you want to change the font, just set you font in properties.
by (4.2k points)
...