Is there a way to make all the text smaller or larger at once?« Back to Questions List
When I use command T (MAC) to change the size of all the text at once in Photoshop, the text looks weird when I export. Is there a way to quickly change the size of the text or do you have to change each layer individually? |
Do you have the right answer? If you do other users will benefit from your contribution, share your knowledge with the community!
Yes You Can!This is purely CSS. You can change the font of all divs or change all fonts belonging to a parent container (eg. all divs inside header or footer). You will need to note your folder/group names and use pseudo classes to select elements: Eg. #footer > div { font-size: 14px!important; } Adding Custom StylesUse our Code Tag to add the style directly inside Photoshop, or you can also Add External Files to your output. |
Share Your Knowledge!
Contribute to the community and help other users to benefit from your answer with experience and knowledge.