I am trying to add font into Firefox extension.
I've managed to add style with PageMode:
pageMod.PageMod({ ...
...
contentStyleFile: [
...
self.data.url('font-awesome.min.css')
],
inside the css I have:
font-family:'FontAwesome';src:url('resource://extension_id/fonts/fontawesome-webfont.eot?v=4.0.3')
where extension_id is of course my ID.
when script loads I get:
downloadable font: download not allowed (font-family: "FontAwesome" style:normal weight:normal stretch:normal src index:2): bad URI or cross-site access not allowed source: resource://extension_id/fonts/fontawesome-webfont.ttf?v=4.0.3 font-awesome.min.css