Using Custom Fonts For Your Site Title & Description

0 Flares Twitter 0 Facebook 0 Google+ 0 LinkedIn 0 Pin It Share 0 StumbleUpon 0 Buffer 0 Buffer 0 Flares ×

Many web designers like to use custom & premium fonts.

Once you’ve learnt how to install fonts using best practices, all you need to do is add the fonts into your theme.

Plugin: You can add more font styles & sizes to your visual editor by simply installing a fonts plugin.

To change your sites title and description (tag line):

  1. Open your child theme’s style.css file
  2. Scroll down to the header section
  3. Change the first #title & #description font family

Example:

#title {
font-family: Pompiere, Times, ‘Times New Roman’, serif;
font-size: 48px;
font-variant: small-caps;
line-height: 48px;
margin: 0;
text-shadow: #666 1px 1px;
}

#description {
color: #fff;
font-family: Pompiere, Times, ‘Times New Roman’, serif;
font-size: 20px;
font-style: italic;
line-height: 24px;
text-shadow: #666 1px 1px;
}

Here you can also change the font size etc.

Note: If you’re not using a child theme, i suggest you create one for your coding edits so any changes you make to your parent theme won’t be overwritten when you update the theme.

*Did you notice where i’m using custom fonts on this site? hahaha

0 Flares Twitter 0 Facebook 0 Google+ 0 LinkedIn 0 Pin It Share 0 StumbleUpon 0 Buffer 0 Buffer 0 Flares ×
Brad Dalton

Brad Dalton

WordPress Consultant 110+ Hrs/Week, traveler and lover of big surf, making new friends & my family. Read more about Brad Dalton or contact me if you need help with WordPress.
Brad Dalton

@wpsitesdotnet

Howdy! WP Sites creates daily tips & tutorials providing solutions for WordPress users.
How To Make Your Nav Menu Sticky http://t.co/A4AqXhw4Al - 18 hours ago
Brad Dalton

Never Miss The Latest Design Tips!

Speak Your Mind

*

Need A Solution for WordPress?

solutions for wordpress
WP Sites offers new posts & 900+ existing tutorials which include:

  1. 1. The basics on using WordPress to build & design a website
  2. 2. Tested PHP & CSS code snippets for easy customization of your theme
  3. 3. Tips, tricks & idea's on how to solve problems with WordPress

 
Enter your email address below & click "Get Updates!"