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
Post a Comment