How to Size Fonts on deviantART
DeviantART is a website that allows members to display their artwork online for free. This site gives you some options for customizing your pages and how your artwork is displayed. In addition, members are allowed to write comments about their own or other members' artwork and to create journal entries. DeviantART supports some HTML code that allows members to change the font. This includes the use of subscript and superscript, which make font smaller relative to the rest of the text. Other methods of changing the font size are not supported for HTML.
Instructions
-
-
1
Type "<sub>" -- minus the quotes -- if you want the text to appear slightly below the rest of the text and "<sup>" if you want it to appear slightly above. This tag indicates to the browser that the following text is smaller and placed differently than the rest of the text.
-
2
Type the text that you would like to be small.
-
-
3
Type "</sub>" if you used the <sub> tag, and "</sup>" if you used the <sup> tag. This indicates that the text following the end tag is no longer modified and appears normally.