tedivm / mortar

Automatically exported from code.google.com/p/mortar
0 stars 0 forks source link

@font-face is canon-URL-dependent in Firefox #60

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Visit the site using the default URL (probably sitename.com/install) 
while using a theme that utilizes custom fonts through @font-face.
2. Now visit the same site but add "www." to the beginning.

What is the expected output? What do you see instead?

Instead of seeing the page render with custom fonts, you will see it 
render using the default fonts, because Firefox believes it is loading 
fonts from a "different domain" and therefore requires special headers to 
do so.

Original issue reported on code.google.com by charlequin@gmail.com on 13 Dec 2009 at 10:46

GoogleCodeExporter commented 9 years ago
This issue is somewhat "resolved" now that we have a functional implementation 
of 
canonical URLs, but we still want to fix it in the future to allow for 
cross-domain 
hosting.

Original comment by charlequin@gmail.com on 15 Dec 2009 at 9:22