Unlimited Downloads 15% off Marketplace Purchases Exclusive Software Access Unlimited Downloads
15% off Marketplace Purchases
Exclusive Software Access
Go Unlimited Maybe Later
Using Custom Web Fonts
  • By Design Bundles
  • 11 Jan 2017
  • 13 Mins
  • Font Tutorials

Using Custom Web Fonts

Using a custom font on your website can add a lot of character, particularly if you are using a script font which can look a bit more exciting than many of the standard fonts seen on websites that tend to be sans-serif or serif.
If you are using Wordpress, the best idea may be to use a plugin built for the specific purpose of helping you load fonts, such as use-any-font which will allow you to load in a custom typeface and do all of the necessary work behind the scenes, so you can focus on the things you are best at - running your blog and making content!
If you have a non-wordpress site where the aforementioned plugins aren’t available, you will need to have a bit of CSS and HTML knowledge in order to get the fonts functioning on your site.
In the example tutorial below, I will be using the font Mochafloat which can be found here and will be using a .woff webfont file for example’s purposes.

Web Font Tutorial


Firstly, the font’s combination of web fonts should be uploaded to the server, in an accessible public directory where the HTML & CSS can refer to.
Next, in the CSS, a @font-face rule must be created to define the font family. This looks as follows:-
@font-face
{
font-family: mochafloat;
src: url('Mochafloat-Regular.woff') format('woff’);
}

The src: url should point to the directory where the woff webfont file can be accessed, so for example if it is in the /fonts directory on your server, the @font-face rule should reflect this and look as follows:-
@font-face
{
font-family: mochafloat;
src: url(‘fonts/Mochafloat-Regular.woff') format('woff');
}

Likewise, if it is in a parent directory and you are in a sub directory, a similar structure to the src of images can be used for folder navigation:-
@font-face
{
font-family: mochafloat;
src: url(‘../fonts/Mochafloat-Regular.woff') format('woff');
}

WOFF files are compatible with a high number of browsers, and for this reason they are quite a popular choice of format for web fonts.
If you have a collection of various web font files, they can all be pointed to from the CSS rule as follows:-
@font-face
{
font-family: mochafloat;
url('fonts/Mochafloat-Regular.woff2') format('woff2’),
url('fonts/Mochafloat-Regular.woff') format('woff’),
url(‘fonts/Mochafloat-Regular.ttf’) format('truetype'),
}

At minimum it would be recommended to include WOFF, WOFF2 and web-font TTF, as these are quite well supported webfont formats and will provide a lot of compatibility for all modern browsers.
Once the CSS side of things are complete, you can then begin to style using this font in the CSS.
For example if you wished to apply the mochafloat font to the entire body tag and everything contained under it (effectively the whole web page, unless another tag has a specific font-family applied to it, which would override this), you could use a rule as follows:-
body {
font-family: ‘mochafloat’, sans-serif;
}

Which would apply mocha float to the entire body of the site.
Alternatively if you just wanted to apply it to the h1 (header) tag, you could use the following CSS:-
body {
font-family: ‘mochafloat’, sans-serif;
}

If your page is built with divs, you can of course apply the styling to any class name or ID.
.div-name {
font-family: ‘mochafloat’, sans-serif;
}

It is of course important to set fallback fonts to be used in case a user is using a browser where custom @font-face’s are not supported. In the above examples I have used sans-serif as the basic fallback.
It would be advisable to use the fallback ‘cursive’ as opposed to sans-serif:-
.div-name {
font-family: ‘mochafloat’, cursive;
}

This will, in the worst case scenario, load a fallback font which looks a little bit more ‘fancy’ than a sans-serif, and be more likely to suit your webpage. In almost all cases it will be advisable to set custom fallback fonts instead of just using cursive (or sans serif) which match your custom font as closely as possible.
You can define other fallback fonts by appending the CSS to include them in the hierarchical manner in which you wish them to be loaded, after the primary defined font name (mochafloat) with a comma, as follows:-
.div-name {
font-family: ‘mochafloat’, arial, cursive;
}

I have appended the class to use arial as the fallback font, so Mochafloat will attempt to be loaded first. If this is unable to be loaded due to the browser not supporting web fonts, the browser will then attempt to load Arial, followed by sans-serif.
You can use any font you like as a fallback, however it is advisable that you use a font that is loaded onto Macs AND PCs by default. It is then a case of finding one that will look the best on your webpage, if the custom font you have chosen is not available.
Unfortunately, there is only one script font that is loaded by default onto Macs and PCs which is Brush Script MT. To use this as the fallback, your code should look as follows.
.div-name {
font-family: ‘mochafloat’, ‘Brush Script MT’, cursive;
}

Prior to this, however, you should check the font family for your page with just Brush Script MT loaded, to ensure that it looks desirable. To do this, you can remove ‘mochafloat’ as the primary font for a moment to see how the designated fallback will look:-
.div-name {
font-family: ‘Brush Script MT’, cursive;
}

Other fonts that may be suitable replacements are: Arial, Georgia, Times New Roman.
The stack should always be concluded with cursive, sans-serif, or serif as the final fallback.
A consideration you need to make when using web fonts is the File Size - Just as when you use images on your website you need to pay attention to the size of a font file. Fonts that are 70kb or under will load relatively fast, but fonts that are 400kb or more will take considerable time and bandwidth to send to a large number of users.
As always, if you are having issues with getting your web fonts working, please feel free to contact us and we will be happy to help you!

6 Related Font Tutorials

1- Open SCAL4.  Click on the text type tool.2- Type your text.3- Using the text tool change the font to the one you need to make slightly thicker. I am using the font flawless fairytale from designbundles.net4- Resize the text. Hold the shift key to keep ...

* Free version and above.1- Open Silhouette Studio. Click on the text icon.2- Type your text.3- Open the text style panel.4- Uncheck your text, then re check your text.5- Select your colored font. It will appear in the design space with the color font type.5- ...

Fonts can be a focal point for any project or design. The selection of fonts available today is staggering, from big bold fonts to delicate script fonts. Whatever your choice, there is sure to be a font for you. In Silhouette Studio, text is added with the Text Tool. The ...

Fonts play a big part in design customization as well as creative projects. A font can boost the visibility of your product or design to your audience. There are preloaded fonts available in Photoshop but you can also download and install fonts. These include fun and unique fonts, with some ...

In this Affinity Designer font tutorial, we will show you how to use the fonts installed on your system. This even includes glyphs that come with your fonts. Fonts are an essential tool for creating a visually informative way of communicating with viewers. In today’s tutorial, we will give ...

Fonts are a great tool to personalize and enhance your designs, giving them a unique touch. Using fonts in Illustrator is quite simple, and in this tutorial, we will cover the basic steps you need to use in order to take advantage of this great resource.We will use the ...

You may also like

Help Center
ol image