How to Add a WordPress Custom Font on Your Site

Adding a custom font to your WordPress site is a great way to make your site stand out and give it a unique look. There are several ways to do this, but the most popular method is to use a plugin.

1. Install a Font Plugin

The first step is to install a font plugin. There are several available, but the most popular is Easy Google Fonts. This plugin allows you to easily add custom fonts to your WordPress site.

2. Select a Font

Once you have installed the plugin, you can select a font from the list of available fonts. You can also search for specific fonts by name or keyword.

3. Add the Font to Your Site

Once you have selected a font, you can add it to your site by clicking the “Add Font” button. This will add the font to your site’s CSS file.

4. Customize the Font

You can customize the font by changing the font size, color, and other settings. You can also add custom CSS code to further customize the font.

5. Publish Your Changes

Once you have finished customizing the font, you can click the “Publish” button to save your changes. Your custom font will now be visible on your site.

Adding a custom font to your WordPress site is a great way to make your site stand out and give it a unique look. With the help of a plugin, you can easily add custom fonts to your site and customize them to your liking.
[ad_1]

How to Add a WordPress Custom Font on Your Site

There are countless ways how to make your WordPress site look more eye-pleasing. One of them is by adding custom fonts so your WordPress website.

However, the choice of WordPress fonts can be limited and theme dependent. In this article, you will learn how to add custom fonts to WordPress both manually and by using plugins.

Where to Download Fonts for WordPress?

There are numerous sites where you can find free web fonts, and Font Squirrel is one of them. You can easily find free fonts that are licensed for commercial work. Besides that, Google Fonts has over 900 font families, and Edge Web Fonts, provided by Adobe, offers a vast collection of web fonts.

If you’re looking for something more suited for personal use, check out Fonts.com, DaFont, and 1001 Free Fonts.

Converting Fonts to a Web-Friendly Format

It is worth mentioning that not all web browsers support every custom font. Nevertheless, even if your chosen font is unsupported, you can still convert it to a compatible format.

Before converting fonts from one format to another, let’s have a quick look at different font formats:

  • Open Type Fonts (OTF) – the most commonly used web fonts and are a registered trademark of Microsoft. This format works well with almost all major browsers.
  • True Type Fonts (TTF) – developed by Microsoft and Apple in 1980. Widely used for both Windows and macOS.
  • Web Open Font Format (WOFF) – broadly used format for web pages and recommended by the World Wide Web Consortium (W3C).
  • WOFF 2.0 – considered a better option than WOFF 1.0 due to better compression abilities. This format is not supported by Safari and Internet Explorer but works well with Google Chrome, Firefox, or Opera.
  • Embedded OpenType Fonts (EOF) – more compact OTF fonts, used as embedded fonts on web pages. All major browsers support EOF.

If you’re not sure if your font is compatible with your default browser, use the Web Font Generator. This tool allows you to convert almost any font to a web-friendly format easily:

  1. Go to Webfont Generator.
  2. Click the Upload Fonts button and choose a font that you want to convert,
  3. Tick the box in the Agreement section to state that your fonts are legally eligible for web embedding.
  4. Press the Download Your Kit button and save the .zip archive to your computer.
    Converting fonts to a web friendly format using Webfont Generator
  5. Inside the archive, you will find fonts in WOFF and WOFF 2.0 format along with CSS files and demo HTML page.

How to Add Custom Fonts to WordPress?

Here’s how you can add custom fonts to WordPress, adding one manually or by using plugins.

How to Manually Add Fonts to WordPress

If you don’t want to overburden your WordPress with plugins, you can manually add fonts to your website. You must upload your font to your WordPress host account or whichever type of hosting you use and edit your theme’s CSS file.

  1. Download the font you want to use to your computer and extract the .zip archive if necessary.
  2. Upload your font file to wp-content/themes/your-theme/fonts directory. Create a separate fonts folder if you don’t have one yet. You can use an FTP client like FileZilla or Hostinger’s File Manager for this task. In our example, we have uploaded AguafinaScript-Regular.ttf font using the File Manager in hPanel.
    Manually uploading fonts using Hostinger's File Manager
  3. Head to the WordPress admin area. Then, go to Appearance -> Theme Editor. You’ll be presented with the style.css file. Scroll down and add the following code. @font-face { font-family: Aguafina Script-Regular; src: url(http://test-site.com/wp-content/themes/twentynineteen/fonts/AguafinaScript-Regular.ttf); font-weight: normal; }

Pro Tip

Don’t forget to change font-family and URL values to match your font.

Updating style.css file using the Theme Editor in WordPress
  1. Press the Update File button to save your changes.

Remember, the font-face code loads the font every time a visitor visits your website. However, the font is still not applied to any element yet.

To assign the font for a specific element, you need to edit the same style.css file. For example, the following code would apply Aguafina Script font to our website’s title.

.site-title { 
font-family: "Aguafina Script-Regular", Arial, sans-serif; 
}

Here’s the final result:

Aguafina Script font example in WordPress

How to Add Fonts in WordPress using Plugins

Installing plugins to add custom fonts to WordPress is probably the simplest way to accomplish the task. Here are a few of the most popular options:

WP Google Fonts

WP Google Fonts offers you the freedom to use custom fonts and apply them to particular CSS elements.

Install the WP Google Fonts plugin from the WordPress plugin directory and open the Google Font Control Panel through your WordPress dashboard. Here you can select fonts and change various settings such as font style, assigned elements, etc.

Using the WP Google Fonts plugin

Easy Google Fonts

With Easy Google Fonts, you can use any theme and preview any font in real-time. It’s also simple to use since no coding skills are required.

Once you’ve installed and activated the plugin, you can edit and manage font settings by accessing Settings -> Google Fonts. If you want to tweak your theme’s typography immediately, enter your WordPress Customizer by clicking Appearance -> Customise. Next, you can start customizing in the Typography section, where you can manage fonts on any part of your site.

Use Any Font

Use Any Font is another excellent plugin that can help you add several fonts to your WordPress website. Once installed, create a free API key and press the Verify button.

After the verification, you can upload fonts in TTF, OTF, and WOFF formats. Use Another Font allows you to assign fonts to custom elements as well.

Using the Use Any Font plugin

Conclusion

You learned how to download and convert fonts into a web-friendly format. You also discovered two ways how to add custom fonts to WordPress. Whichever fonts you choose, make sure that it’s suited to your site’s theme and style.

If you have any questions regarding how to add fonts to WordPress, share your thoughts in the comment section below, or visit our WordPress guide if you have any general questions about the CMS.

WordPress Custom Font FAQ

Now that you know about how to add a WordPress custom font, here are some frequently asked questions about the topic.

How Do I Add a Custom Font to WordPress Without Plugins?

To manually add custom fonts to WordPress, you will need to use an FTP client like FileZilla or a File Manager. You will need to upload the custom font to your hosting account and edit your theme’s CSS file.

Can I Use Any Font on WordPress?

Yes, you can use any font on WordPress. However, it is important to keep in mind that some fonts may be too large or too small for your website, so it is important to make sure that the font you choose is compatible with your theme.

Is It Illegal to Use the Same Font as Another Company?

The legality of using a particular font depends on the context and its usage. Fonts are considered intellectual property and may be protected by copyright laws in most countries. Ultimately, whether it’s illegal to use someone else’s font varies according to each country’s laws so you should consult a lawyer.

[ad_2]

How to Add a WordPress Custom Font on Your Site

Adding a custom font to your WordPress site can be a great way to make your website stand out from the crowd. Custom fonts can help you create a unique look and feel for your website, and they can also help you create a more professional look. In this article, we’ll show you how to add a custom font to your WordPress site.

Step 1: Find a Custom Font

The first step in adding a custom font to your WordPress site is to find a font that you like. There are many websites that offer free and paid fonts, so you should have no trouble finding one that fits your needs. Once you’ve found a font that you like, you’ll need to download it to your computer.

Step 2: Upload the Font to Your WordPress Site

Once you’ve downloaded the font to your computer, you’ll need to upload it to your WordPress site. To do this, log into your WordPress dashboard and go to Appearance > Themes. From here, click on the “Add New” button and then select the “Upload Theme” option. Select the font file from your computer and click “Install Now”.

Step 3: Add the Font to Your Theme

Once the font has been uploaded to your WordPress site, you’ll need to add it to your theme. To do this, go to Appearance > Editor and then select the “Stylesheet” option. Here, you’ll need to add the following code to the bottom of the stylesheet:

@font-face {
    font-family: 'YourFontName';
    src: url('fonts/YourFontName.ttf') format('truetype');
}

Be sure to replace “YourFontName” with the name of the font you’ve uploaded. Once you’ve added the code, click “Update File” to save your changes.

Step 4: Use the Font in Your Theme

Now that you’ve added the font to your theme, you can start using it in your design. To do this, you’ll need to add the following code to the CSS of your theme:

body {
    font-family: 'YourFontName', sans-serif;
}

Be sure to replace “YourFontName” with the name of the font you’ve uploaded. Once you’ve added the code, click “Update File” to save your changes.

Conclusion

Adding a custom font to your WordPress site is a great way to make your website stand out from the crowd. By following the steps outlined in this article, you should have no trouble adding a custom font to your WordPress site. Good luck!

Jaspreet Singh Ghuman

Jaspreet Singh Ghuman

Jassweb.com/

Passionate Professional Blogger, Freelancer, WordPress Enthusiast, Digital Marketer, Web Developer, Server Operator, Networking Expert. Empowering online presence with diverse skills.

jassweb logo

Jassweb always keeps its services up-to-date with the latest trends in the market, providing its customers all over the world with high-end and easily extensible internet, intranet, and extranet products.

GSTIN is 03EGRPS4248R1ZD.

Contact
Jassweb, Rai Chak, Punjab, India. 143518
Item added to cart.
0 items - 0.00