If you have more than one blog connected to this account, click the name of the blog on the menu first. Then, click the Account icon again—you can now select Edit Appearance for that blog.

For example, some themes have separate areas for font size and type. Others have one “Body” font that you can change. If the theme you’re using doesn’t have enough font options for you, click Browse themes at the top-left corner of the page to browse for and select a different theme.

If your theme doesn’t have a drop-down menu with font names, you can list font by name into the field. For a full list of fonts you can safely use on Tumblr, check out https://www. cssfontstack. com/Web-Fonts. If you don’t like the theme’s font options but don’t want to choose a different theme, you can edit the theme’s HTML code to add and customize fonts.

This method will show you how to customize the code of your Tumblr theme to add and edit fonts that you can’t change with the theme editor. You’ll need a basic understanding of HTML and CSS to use this method.

If you have more than one blog connected to this account, click the name of the blog on the menu first. Then, click the Account icon again—you can now select Edit Appearance for that blog.

You can also use Google Fonts on Tumblr. Just go to https://fonts. google. com. Click a font you like, highlight the code in the “Use on the web” area at the bottom right, then press Cmd + C (Mac) or Ctrl + C (PC) to copy it. [1] X Research source Then, go back to the HTML code of your theme and paste the copied code after by pressing Cmd + V (Mac) or Ctrl + V (PC). If you add a Google font, you’ll need to specify the font using the CSS “font family” property. For example, if you use the font Source Sans Pro, you’d use font-family: ‘Source Sans Pro’, sans-serif;. There might be multiple “font-family” or “font” sections because there can be multiple fonts in a given theme. You’ll be able to tell which section correlates to which place in your theme by looking at the header above each mention of “font-family” or “font. " For example, there may be one labeled “h1” that corresponds to the font of Header 1.