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 issue with Firefox?

See original GitHub issue

Description

The attached page renders the sqrts and big parens fine in Chrome but has problems in Firefox V54.0.1

Here is a snapshot of a test page in Firefox: image

Same page in Chrome: image

Here is the test page:

<!DOCTYPE html><html lang="en-US">
<head>
    <meta charset="utf-8">
    <title>MathLive Sample</title>

    <link rel="stylesheet" href="../dist/mathlive.core.css">
    <link rel="stylesheet" href="../dist/mathlive.css">
    <script src="../dist/mathlive.js"></script>
</head>
<body>
<p> Here a test of font rendering with sqrts and large parens: <br>
    $$\Biggl(\sqrt{ \sqrt{ \sqrt{2} } } \Biggr)$$<br>
In Firefox, they don't display well, but do display fine in Chrome.
</p>

<script>
	MathLive.renderMathInDocument();
</script>
</body>
</html>

Same problem on mathlive.io?

I see the some issues for the mathlive reference page in Firefox that may be font related: image

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
NSoiffercommented, Apr 14, 2018

I checked and it is fixed for me.

On Fri, Apr 13, 2018 at 4:10 PM, Arno Gourdol notifications@github.com wrote:

Assuming this is a stale issue. Closing.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/arnog/mathlive/issues/11#issuecomment-381281471, or mute the thread https://github.com/notifications/unsubscribe-auth/ABeWbKy8dBiKbCwpkV2I4dSRH-8z7ux5ks5toTBbgaJpZM4Ob0uU .

0reactions
arnogcommented, Apr 13, 2018

Assuming this is a stale issue. Closing.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Firefox show weird and unknown and weird font?
We have seen reports that this can be caused by a problem with fonts like Roboto or Helvetica that. you have installed locally...
Read more >
Some fonts not displaying correctly | Firefox Support Forum
You can check in the Rules tab in the right panel in the Inspector what font-family is used for selected text. You can...
Read more >
Font issues>Display Incorrectly> Long String of AAAs in Boxes
This can happen when Firefox has a problem to access locally installed fonts because of sandbox security issues.
Read more >
Font appears messed up only on Mozilla, only on one PC
In my experience, local font files typically cause this problem. I've experienced it in both Firefox and Chrome. While browser extensions can ...
Read more >
Help! Font issue. | Firefox Support Forum - Mozilla Support
In the search box at the top of the page, type font and Firefox should filter to the "Fonts & Colors" section. Click...
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