https://i.sstatic.net/ygdwe.png The tutorial mentioned that the title should be styled with the Roboto font, just like the Options title above. However, despite including the Roboto font via a CDN in my project, the font does not appear as expected in my output. It works perfectly everywhere else except in this specific instance.
https://i.sstatic.net/3Nsrw.png
Below is an example of how I am using it:
<Toolbar >
<ToolbarGroup firstChild={true}>
<ToolbarTitle text="Options"/&>
</ToolbarGroup>
</Toolbar >