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!

 
landollweb replied on at Permalink Reply
landollweb
Your typography.css file needs to be located in the root directory of your theme itself.
arturo01 replied on at Permalink Reply
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?