When creating your Blog, you may want to use a custom font beyond the standard ones available. Follow these steps to learn how to customize the font in your blog.

Navigation

Default Custom Fonts

CSS font set up for Blogs

Please Note: You may need to contact a developer for assistance if you don’t have the expertise. We also don’t provide custom fonts code.

If you have zoomed in the builder this is how the UI will show the options:

<style> @font-face { font-family: ‘Festive’, cursive; src: url(‘https://fonts.googleapis.com/c…‘) }

* { font-family: ‘Festive’, cursive; }

</style>

Please Note: When working with Outlook, you must wrap this @font-face in a @media tag. This is because Outlook 2007, 2010, and 2017 don’t support them.

Please Note: If you want to use the custom font in the blog you can also copy the custom font code and make a custom value for it and use the custom value.

FAQ’s

1. How do I save a custom font after selecting it?

2. Can I reuse a custom font I’ve set up in another part of my blog?

3. What is the @font-face CSS rule, and why is it used?

4. How can I ensure my custom font works across all devices and browsers?

5. Can I use multiple custom fonts in the same blog?

6. What should I do if the custom font does not appear after adding it?

Leave a Reply

Your email address will not be published. Required fields are marked *