> For the complete documentation index, see [llms.txt](https://docs.fontsplugin.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.fontsplugin.com/advanced-settings/branding.md).

# Branding

`Appearance` → `Customize`→ `Fonts Plugin` → `Advanced Settings` → `Branding`

The branding section consists of two controls:

**Site Title Typography**

The following CSS selectors are targeted:

```
#site-title, .site-title, #site-title a, .site-title a, #logo, #logo a, .logo, .logo a
```

**Site Description Typography**

The following CSS selectors are targeted:

```
#site-description, .site-description, #site-tagline, .site-tagline, .wp-block-site-tagline#site-description, .site-description, #site-tagline, .site-tagline, .wp-block-site-tagline
```
