Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tinymce fonts are not loading correctly #293

Open
RedaBenh opened this issue Nov 28, 2022 · 4 comments
Open

tinymce fonts are not loading correctly #293

RedaBenh opened this issue Nov 28, 2022 · 4 comments

Comments

@RedaBenh
Copy link

Hi,
I get the tinymce working on my rails 7.0.4 application, but the menu icons did not show correctly :
image

In my chrome console, i notice that the skin.min.css is loading fonts from /fonts/tinymce.woff (instead of /assets/fonts/tinymce.woff)
image

Any suggestion of how to fix this ?

@Faq
Copy link

Faq commented Nov 28, 2022

You didnt provide even tinymce-rails version. How you got to this? migrated from older tinymce-rails version?
sprockets+dart sass?
Can you share your project?

But looks, your fonts not loaded in asset pipeline. Similar issue was #155 (comment)

@RedaBenh
Copy link
Author

Hi,
i'm currently playing with Soludis, i found this plugin https://github.com/solidusio-contrib/solidus_editor witch use tinymce-rails
After running bundle install the dependencies was resolved to : tinymce-rails (4.9.11)
image

Other details from gemfile:
ruby "2.7.3"
gem "rails", "~> 7.0.4"

Thanks

@Faq
Copy link

Faq commented Nov 28, 2022

try enter 5.0.4 here https://github.com/solidusio-contrib/solidus_editor/blob/master/solidus_editor.gemspec#L35 and bundle install
or just
bundle update tinymce-rails

@jean-felipe-corp
Copy link

I went to the same issue, after updating to 5.0.4 on rails 5.2 I got this font issue:
image

Any ideas in how to fix?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants