Title: juansb's Replies | WordPress.org

---

# juansb

  [  ](https://wordpress.org/support/users/juansb/)

 *   [Profile](https://wordpress.org/support/users/juansb/)
 *   [Topics Started](https://wordpress.org/support/users/juansb/topics/)
 *   [Replies Created](https://wordpress.org/support/users/juansb/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/juansb/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/juansb/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/juansb/engagements/)
 *   [Favorites](https://wordpress.org/support/users/juansb/favorites/)

 Search replies:

## Forum Replies Created

Viewing 1 replies (of 1 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Twentig Supercharged Block Editor – Blocks, Patterns, Starter Sites, Portfolio] How to use local fonts instead of Google?](https://wordpress.org/support/topic/how-to-use-local-fonts-instead-of-google/)
 *  [juansb](https://wordpress.org/support/users/juansb/)
 * (@juansb)
 * [4 years, 4 months ago](https://wordpress.org/support/topic/how-to-use-local-fonts-instead-of-google/#post-15285694)
 * Hi
 * I guess that when you say “local” you mean self-host google fonts? I’m not sure
   that this can help you, but I self-host my own fonts in my site folders in the
   Cpanel and using Twentig, this is what I did:
 * 1. in the CSS additional use “@font-face” to call the font [https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face](https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face)
 * 2. Style your headings, body etc, here’s a global option:
 *     ```
       : root {
   
       --global--font-primary: var(--font-headings,your-fontname-here-as-was-called, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif)!important;
   
       	--global--font-secondary: var(--font-base, your-fontname-here-as-was-called, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif)!important;
       	}
       ```
   
 * I forgot to say that in appearance, twentig options, fonts — set your fonts to
   system fonts. This is important otherwise if you select any here the theme will
   override your self-hosted one.
 * This works very well for me. By the way, thank you to Twentig for such a great
   theme.
    -  This reply was modified 4 years, 4 months ago by [juansb](https://wordpress.org/support/users/juansb/).

Viewing 1 replies (of 1 total)