Font not working in Google Chrome extension -


i'm developing extension google chrome. want use custom fonts in extension. have declared @font-face rule in stylesheet this:

@font-face {     font-family: "anonymous pro";     src: url("../assets/fonts/anonymous-pro/anonymous-pro-700.ttf"); } 

but, doesn't seem work. error this:

get chrome-extension://klcdnidgljemjhocdlalimcigcfmlbbk/assets/fonts/anonymous-pro/anonymous-pro-700.ttf net::err_file_not_found 

do need set permissions in manifest file use custom fonts? please help.

it's font doesn't exist in set location. recheck url

here detailed answer on packaging font google chrome extension.


Comments

Popular posts from this blog

asp.net mvc - SSO between MVCForum and Umbraco7 -

Python Tkinter keyboard using bind -

ubuntu - Selenium Node Not Connecting to Hub, Not Opening Port -