question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

font URL is different from other libraries

See original GitHub issue

in the summernote.css, the @font-face declaration using source url like font/summernote.eot but not ../fonts/summernote.eot, please check that in Bootstrap, they use src: url('../fonts/glyphicons-halflings-regular.eot');. For a better compatibility, I suggest you must change the @font-face declaration to a common format.

Issue Analytics

  • State:closed
  • Created 8 years ago
  • Reactions:1
  • Comments:7 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
fynncfchencommented, Feb 1, 2016

My question is not about why you use custom font except the font-awesome, it’s about the @font-face reference URL difference: origin:

@font-face {
    src:url("font/summernote.eot?#iefix");
}

expected:

@font-face {
    src:url("../fonts/summernote.eot?#iefix");
}

Please focus on this point of view, thanks.

0reactions
easylogiccommented, Nov 24, 2017

this issue has been resolved.

please use a latest version

Read more comments on GitHub >

github_iconTop Results From Across the Web

What sites provide public web font libraries to link to?
What sites provide public web font libraries to link to? · css · fonts · font-face · webfonts.
Read more >
Web fonts - Learn web development - MDN Web Docs - Mozilla
Fonts are created by font foundries and are stored in different file formats. There are generally three types of sites where you can...
Read more >
Best practices for fonts - web.dev
This article discusses performance best practices for fonts. There are a variety of ways in which web fonts impact performance:.
Read more >
Create and manage font collections and libraries in Font Book ...
Create a collection · In the Font Book app on your Mac, do one of the following: Choose File > New Collection, then...
Read more >
Using web fonts – Fonts Knowledge - Google Fonts
Reference the font files. Link copied! ... In our CSS file we'll first need to create a family reference for the font files...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found