# LookAndFeel\_V4 difficulties applying Typeface to just one component

**URL:** https://forum.juce.com/t/lookandfeel-v4-difficulties-applying-typeface-to-just-one-component/44018
**Category:** General JUCE discussion
**Created:** [January 25, 2021, 12:51pm UTC](https://forum.juce.com/t/lookandfeel-v4-difficulties-applying-typeface-to-just-one-component/44018 "2021-01-25T12:51:55Z")
**Posts on this page:** 1
**Showing post:** 3

<div class="post-metadata">

### Author: ![karota](https://sea2.discourse-cdn.com/flex026/user_avatar/forum.juce.com/karota/32/8238_2.png) [@karota](https://forum.juce.com/u/karota)
#### Post date: [January 25, 2021, 3:26pm UTC](https://forum.juce.com/t/lookandfeel-v4-difficulties-applying-typeface-to-just-one-component/44018/3 "2021-01-25T15:26:12Z")

</div>

I notice a quite similar thing here!

> [@Issues with typeface and Look And Feel](https://forum.juce.com/t/issues-with-typeface-and-look-and-feel/43786):
>
> Hi! I’m designing a personal Look And Feel for the GUI of my plugin and I’m having some troubles by managing the Typeface of the Look And Feel. More specifically, I declared and object of type Typeface::Ptr in my LookAndFeel class and I instantiated it by using the createSystemTypefaceFor() method in the default constructor of the LookAndFeel. Then I set my font as the default font of my LookAndFeel by calling setDefaultSansSerifTypeface(). The problem is that when I add my LookAndFeel to a la…

---

_[View the full topic](https://forum.juce.com/t/lookandfeel-v4-difficulties-applying-typeface-to-just-one-component/44018)._
