Title: Do not load external fonts
Last modified: August 14, 2023

---

# Do not load external fonts

 *  [sunrises](https://wordpress.org/support/users/sunrises/)
 * (@sunrises)
 * [2 years, 9 months ago](https://wordpress.org/support/topic/do-not-load-external-fonts/)
 * In the browser console I see that .woff fonts are loaded from assets.sendinblue.
   com when a newsletter form is included on the website (plugin version 3.1.66).
   For privacy reasons, would it be possible to adjust the behavior of the plugin/
   form so that the website visitor’s browser no longer loads fonts externally?

Viewing 1 replies (of 1 total)

 *  Plugin Support [enzonewman](https://wordpress.org/support/users/enzosendinblue/)
 * (@enzosendinblue)
 * [2 years, 9 months ago](https://wordpress.org/support/topic/do-not-load-external-fonts/#post-16974097)
 * Hello [@sunrises](https://wordpress.org/support/users/sunrises/), 
   The WP-Plugin
   does load any fonts from `assets.sendinblue.com`.The only font used by the plugins
   are hosted locally: `/wp-content/plugins/mailin/js/bootstrap/fonts `Seems like
   you are using a Brevo/Sendinblue HTML-Forms, which are loading multiple .woff
   files from `assets.sendinblue.com`.You can remove these from the CSS code of 
   the HTML form. If you have added the form through an <Ifrage> you cannot remove
   these.
 * `@font-face {
   font-display: block;font-family: Roboto;src: url(https://assets.
   sendinblue.com/font/Roboto/Latin/normal/normal/7529907e9eaf8ebb5220c5f9850e3811.
   woff2) format("woff2"), url(https://assets.sendinblue.com/font/Roboto/Latin/normal/
   normal/25c678feafdc175a70922a116c9be3e7.woff) format("woff")}
 * `@font-face {
   font-display: fallback;font-family: Roboto;font-weight: 600;src:
   url(https://assets.sendinblue.com/font/Roboto/Latin/medium/normal/6e9caeeafb1f3491be3e32744bc30440.
   woff2) format("woff2"), url(https://assets.sendinblue.com/font/Roboto/Latin/medium/
   normal/71501f0d8d5aa95960f6475d5487d4c2.woff) format("woff")}
 * `@font-face {
   font-display: fallback;font-family: Roboto;font-weight: 700;src:
   url(https://assets.sendinblue.com/font/Roboto/Latin/bold/normal/3ef7cf158f310cf752d5ad08cd0e7e60.
   woff2) format("woff2"), url(https://assets.sendinblue.com/font/Roboto/Latin/bold/
   normal/ece3a1d82f18b60bcce0211725c476aa.woff) format("woff")}

Viewing 1 replies (of 1 total)

The topic ‘Do not load external fonts’ is closed to new replies.

 * ![](https://ps.w.org/mailin/assets/icon-256x256.png?rev=2993173)
 * [Brevo - Email, SMS, Web Push, Chat, and more.](https://wordpress.org/plugins/mailin/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/mailin/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/mailin/)
 * [Active Topics](https://wordpress.org/support/plugin/mailin/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/mailin/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/mailin/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [enzonewman](https://wordpress.org/support/users/enzosendinblue/)
 * Last activity: [2 years, 9 months ago](https://wordpress.org/support/topic/do-not-load-external-fonts/#post-16974097)
 * Status: not resolved