Everyone knows that Thesis & Genesis are the best themes/frameworks. They make your website look more special and fast. But both frameworks are premium and it is not necessary that anyone can afford a premium theme. But still you can implement similar typography to your free theme using custom CSS option.
I’m writing this tutorial because I personally loved Thesis Typography or I should say, I liked whole Thesis Framework. I know you’re observing same typography in my website as well. I’ll definitely buy Thesis theme as soon as I get enough amount from monetization.
Well, In this tutorial, I’m Talking about Classic Responsive Skin which works on Georgia, Times New Roman, Times, serif -font-family.
Steps For Adding Thesis Theme Typography To Your Site-
-
Log in to your wordpress website.
-
Copy and paste the following code into your Custom CSS page.
body { font-family: Georgia, ‘Times New Roman’, Times, serif; font-size: 16px; } p { line-height: 26px; } h1 { font-size: 35px; line-height: 40px; } h2 { font-size: 26px; line-height: 39px; } h3 { font-size: 22px; line-height: 35px; }
-
On the right side, click on ‘Save Stylesheet‘.
-
Done!