Typography.css styles drop down not working
Permalink
The typography.css file is in the root of the themes directory.
The only entry in this file is:
.winner {
font-weight:bold;
color:#2972bc;}
I can see that stylesheet is being included via the resources inspector.
But when I am in the wysiwyg editor the styles drop down does nothing when I click on it.
Anybody have any solutions to this? Thanks!
The only entry in this file is:
.winner {
font-weight:bold;
color:#2972bc;}
I can see that stylesheet is being included via the resources inspector.
But when I am in the wysiwyg editor the styles drop down does nothing when I click on it.
Anybody have any solutions to this? Thanks!

Your typography.css file needs to be located in the root directory of your theme itself.
Sorry, it is. Themes > MyTheme > typography.css
Also, I just realized that the style IS working in a content block but not my custom block.
I'm using the form helper. Is there something I need to change in the editor_config file?
Also, I just realized that the style IS working in a content block but not my custom block.
I'm using the form helper. Is there something I need to change in the editor_config file?