@font-face {
font-family: "Your italic typeface";
src: url("type/filename-ital.eot");
src: local("☺"),
url("type/filename-ital.woff") format("woff"),
url("type/filename-ital.otf") format("opentype"),
url("type/filename-ital.svg#filename-ital") format("svg");
}
--
You received this message because you are subscribed to the Google Groups "Chromium-extensions" group.
To post to this group, send email to chromium-...@chromium.org.
To unsubscribe from this group, send email to chromium-extens...@chromium.org.
For more options, visit this group at http://groups.google.com/a/chromium.org/group/chromium-extensions/?hl=en.
> To post to this group, send email to chromium-...@chromium.org.
> To unsubscribe from this group, send email to chromium-extens...@chromium.org.
To post to this group, send email to chromium-...@chromium.org.
To unsubscribe from this group, send email to chromium-extens...@chromium.org.
Hi, did you manage to get this to work.I keep getting errors like this in my console:Failed to load resource chrome-extension://inhlkhnblpeoaglplgdlehbdlhlgngeh/StagWeb-Light.woff
I have this in my CSS.@font-face {font-family: 'StagWeb-Light';src: url('chrome-extension://__MSG_@@extension_id__/StagWeb-Light.eot');src: url('chrome-extension://__MSG_@@extension_id__/StagWeb-Light.eot?#iefix') format('embedded-opentype'),url('chrome-extension://__MSG_@@extension_id__/StagWeb-Light.woff') format('woff'),url('chrome-extension://__MSG_@@extension_id__/StagWeb-Light.ttf') format('truetype'),url('chrome-extension://__MSG_@@extension_id__/StagWeb-Light.svg#StagWeb-Light') format('svg');font-weight: 300;font-style: normal;font-stretch: normal;}Oddly, in the Resources developer tools, the fonts show up but just reference the same console error.Mike
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msg/chromium-extensions/-/StVA2UaoeVIJ.
To post to this group, send email to chromium-...@chromium.org.
To unsubscribe from this group, send email to chromium-extens...@chromium.org.