Sure. He added a file called editor.css to ../public_html/templates/ja_blockk/csswith the following code:
@import url('https://fonts.googleapis.com/css?family=Barlow%3A700%2C%2C400%2C500%2C600%7CSource+Serif+Pro%3A400%2C600%2C700');
@import url('template.css');
@import url('../../../media/t4/css/9.css');
Here is the complete text of the last communication from Ryan:
Ok, this was a bit more complicated because the template uses a google font for the main font, so I created an editor.css file in templates/ja_blockk/css/editor.css which contains the following:
@import url('https://fonts.googleapis.com/css?family=Barlow%3A700%2C%2C400%2C500%2C600%7CSource+Serif+Pro%3A400%2C600%2C700');
@import url('template.css');
@import url('media/t4/css/9.css');
You can see it here - https://perrycountysheriff.net/templates/ja_blockk/css/editor.css
The editor is then set to load Template CSS Files in the Editor Global Configuration, which will load an editor.css file if it is available.
I then started working back on another site that uses JA Landscape, one that I've been working on for over 6 months now with no issue with the JCE, and all of a sudden I'm having the same problem with the JCE editor there. So I looked up the names of the fonts used in it and modified the file to reflect the new font names, and it started working like it should. I haven't contacted Ryan yet to let him know what I found.
I'm fine with it so long as the workaround is doing its job. If I were the programmer here, I would say there was something in the JCE's last update that caused this to become an issue since I didn't do any updates to the template, just to the JCE. I really hope Joomlart and JCE can work this out.
Pat