omgMath opened a new issue #2049:
URL: https://github.com/apache/incubator-pagespeed-mod/issues/2049


   We have a website based on `next.js` running. We got reports of the wrong 
font appearing. I was able to reproduce the issue on my phone, but strangely 
not on my desktop.
   
   In the failing case the problem was obvious:
   When I checked the styles in the debugger, i saw the following: 
`font-family: Graph Condensed,Impact,Arial #000,Arial,sans-serif`.
   
   Then again, in my Firefox everything looked fine: `font-family: Graph 
Condensed, Impact, "Arial black", Arial, sans-serif;`, while the initial 
reporter had the same problem in Firefox as well.
   
   I also checked the `css` compiled/built from `scss` on the server. 
Everything looked fine, no "Arial #000" in there.
   
   Since the generated `css` looks good, it happens cross-browser and 
inconsistently within the same type of browser: We are also using 
`incubator-pagespeed-mod 1.11.33.5-0` in case that helps investigating - could 
this be causing that issue?
   
   Thank you for your support!


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to