Closed
Bug 715826
Opened 14 years ago
Closed 14 years ago
Load Squirrel font through css & html
Categories
(Firefox :: Untriaged, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 536510
People
(Reporter: wendry, Unassigned)
Details
(Keywords: fonts)
User Agent: Mozilla/5.0 (Windows NT 5.1; rv:9.0.1) Gecko/20100101 Firefox/9.0.1
Build ID: 20111220165912
Steps to reproduce:
I'am build new site and my templates load squirrel font through css and override it use html.
Actual results:
When the css file on the same domain, it's work fine but when i host my css & font files on subdomain, the font can't be loaded.
Expected results:
I try use other browsers and everthing is O.K, font style can't loaded on firefox only.
This is expected behaviour, see https://developer.mozilla.org/en/CSS/@font-face#Notes
The server will need to send a HTTP header along with the page that wants the fonts that begins with Access-Control-Allow-Origin:
that specifies where the .css files are as shown in
https://developer.mozilla.org/En/HTTP_access_control#Simple_requests
Status: UNCONFIRMED → RESOLVED
Closed: 14 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•