-
Notifications
You must be signed in to change notification settings - Fork 23
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
core: Stark logo causes error in Edge and IE due to embedded font-face #1115
Labels
Milestone
Comments
@christophercr @SuperITMan what do you think about these? |
carlo-nomes
added a commit
that referenced
this issue
Feb 7, 2019
- small refactor CLOSES ISSUE: #1115
3 tasks
carlo-nomes
added a commit
to carlo-nomes/stark
that referenced
this issue
Feb 7, 2019
- small refactor CLOSES ISSUE: NationalBankBelgium#1115
3 tasks
carlo-nomes
added a commit
to carlo-nomes/stark
that referenced
this issue
Feb 8, 2019
- small refactor CLOSES ISSUE: NationalBankBelgium#1115
carlo-nomes
added a commit
to carlo-nomes/stark
that referenced
this issue
Feb 8, 2019
- small refactor CLOSES ISSUE: NationalBankBelgium#1115
carlo-nomes
added a commit
to carlo-nomes/stark
that referenced
this issue
Feb 8, 2019
- small refactor CLOSES ISSUE: NationalBankBelgium#1115
Closed in #1126 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm submitting a...
Current behavior
In Internet Explorer the following error is shown in the console:
In Edge, the same error is shown but it is even more verbose :s
This is in fact the embedded font face in the Stark logo (
stark_logo_transparent.svg
).Expected behavior
No errors related to font-face in the Stark logo should be logged in IE nor Edge.
Ideally we should vectorize the font instead of defining a new base64 font-face.
Minimal reproduction of the problem with instructions
npm run showcase
What is the motivation / use case for changing the behavior?
Cross-browser compatibility.
Environment
The text was updated successfully, but these errors were encountered: