Advertisement
nicolewbu

change font style

Sep 10th, 2013
2,226
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. ctrl f and search for "<style type=”text/css”> " and underneath paste the below.
  2. title the text before the “ { ” whatever you want and then change the font family and font size to your liking:
  3.  
  4.  
  5. willherondale {
  6.  
  7. font-family: ____ ;
  8.  
  9. font-size: ____ ;
  10.  
  11. color:{color:blogtitle};
  12.  
  13. }
  14.  
  15. then in your description put the title name (whatever you named the thing before the "{"above) and put it in "<" & ">" so <willherondale> DESCRIPTION/NAME/WHATEVER </willherondale> and it’ll change yay!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement