Pages: [1] |
|
|
Author |
Topic: Setting very large letter sizes (Read 864 times) |
blnilsen
Posts: 3
|
Is there any way to make type show up very large?
I am thinking of setting this up to run a public screen (42") which the client will be able to update. People will be viewing it from 10 to 20 feet away. The font will need to be about 200px to be seen that way.
Thanks,
Bonnie
|
|
|
|
Jenkinhill
|
Large text, such as in <h1> tags should easily scale up on the larger screen. If not then write a special class in your page CSS sheet specifying the large font size required.
eg .bigtext {font-size: 200px;} - but you will need to experiment.
|
Kelvyn
|
|
|
|
Pages: [1]
|
|
|
|