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

FontAwesome special chars not displayed correctly #6

Open
csidirop opened this issue Jun 20, 2024 · 0 comments · May be fixed by #7
Open

FontAwesome special chars not displayed correctly #6

csidirop opened this issue Jun 20, 2024 · 0 comments · May be fixed by #7

Comments

@csidirop
Copy link

Some FontAwesome chars are not displayed correctly, as you can see here:
Screenshot 2024-06-20 141354

Those chars have the unicode id f0d7 and f105 and require the FontAwesome font.

Our omeka instances are up-to-date and have following fonts in different formats:

  • fa-brands-400.ext
  • fa-regular-400.ext
  • fa-solid-900.ext
  • fontawesome-webfont.ext

The later two containing style for given chars. The first ones don't. The last one an older version of the font.

In my local test instance, as in our live instance, the fa-solid-900 font is loaded:
grafik

But for FontAwesome 5 and never the CSS call has to be updated. (see here)

I can provide will provide a PR if wanted.

@csidirop csidirop linked a pull request Jun 20, 2024 that will close this issue
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

Successfully merging a pull request may close this issue.

1 participant