How to Change Your Font on MySpace
The font on your MySpace profile is a part of the overall look and feel of your public page. You can change your font to give your content a customized appearance unlike other MySpace profile pages. With Cascading Style Sheets (CSS), you can alter the size, typeface and color of your text. You can use CSS on your "Edit Profile" page to change the font of your MySpace page.
Instructions
-
-
1
Log in to your MySpace account and click the "Edit Profile" option under the "Profile" drop-down menu.
-
2
Place your cursor in the "About Me" text box. Type in the CSS code that manages the look of your content:
<style>
.text { }
</style> -
-
3
Type "font" between the curly brackets and enter a number size in pixels (px) to specify how large the text is. Further, enter a typeface name, such as "arial", and end your code with a semicolon. For example:
<style>
.text { font: 16px arial; }
</style> -
4
Enter "color" inside the brackets and name a shade, such as "blue", to assign a color to your text. Again, enter a semicolon after your entry. To illustrate:
<style>
.text { font: 16px arial; color: blue; }
</style> -
5
Click the "Preview Profile" button to see the changes on your page. Make edits if needed and when satisfied, click the "Save Changes" button to preserve your work.
-
1
References
Resources
- Photo Credit typing image by Aditia Patria Warman from Fotolia.com