Back to Top Cindie
 
Anonymous Asked: Hii , cindie ! (: I really love the new theme but is there a way for me to change the font ? thanks !(: your themes are always lovely !

font styling is always done under body so go to your <style></style> tags and toward the top you should see this

<style type=”text/css”>

body {

background-color: {color:Background};

background-image: url(‘{image:Background}’);

background-position:center center; 

background-attachment: fixed;

background-repeat: repeat;

color:{color:Body Text};

cursor: url(“”), default;

margin: 0px;

padding: 0px;

text-align:center;

font-family:  Consolas;

font-size:10px;

letter-spacing:1px;

}

just change the font-family to whatever font you want to use for example:

font-family: Arial;

so now Arial is your body font :D and there you go! 

thank you for your support love~ <33

Posted: Tue February 14th, 2012 at 7:17pm
Ask: Ask me anything
Tagged: question
Notes: 6
  1. cindie posted this