Font issue with Firefox?
See original GitHub issueDescription
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:
Same page in Chrome:
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:
Issue Analytics
- State:
- Created 6 years ago
- Comments:5 (2 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
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.