# Custom Fonts in Blogs

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.

**Default Custom Fonts**

When you are updating a blog or creating a new one click on the font drop-down menu and select *Custom Fonts.*

*(image)*

A pop-up menu will appear that allows you to select a custom font where you can also choose previously selected fonts.

* Select the font
* (image)

CSS font set up for Blogs

*Please Note: You may need to contact a developer for assistance if you don’t have the expertise.*

The most reliable way to include an unavailable font in your blog with code is to use @font-face. Below is an example of this in action:

When you are within the blog you would click on the *Insert Custom Code* symbol, paste the code into the box and select Insert Code

(image)

\<style> @font-face { font-family: 'Festive', cursive; src: url('[https://fonts.googleapis.com/c...](https://fonts.googleapis.com/css2?family=Festive\&display=swap)') }

\* { 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.*


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.mypipeline.co.in/blog/custom-fonts-in-blogs.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
