omgMath edited a comment on issue #2049:
URL: 
https://github.com/apache/incubator-pagespeed-mod/issues/2049#issuecomment-726205928


   With `?PageSpeedFilters=-in_place_optimize_for_browser` the problem still 
remains.
   
   Not sure if I managed to do your suggested experiments correctly, but
   
   1. No change - still the wrong font used (added `ModPagespeedDisallow 
"*/324db4ee0095426f1709.css"` to the `.htaccess`)
   1. No change - still the wrong font (added   -H 'cache-control: private' to 
the curl request)
   1. The font-face is defined at some other part:
   ```CSS
   @font-face{
     font-family:Graph Condensed;
     
src:url(/static/fonts/graph/graph/condensed-bold/graph-condensed-bold-web.ttf)
   }
   ```
   
   Hope I did everything correctly, otherwise please let me know.


----------------------------------------------------------------
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