I am trying to publish a web site, in which css directory includes different files for font settings.
Following are the file & extensions:
calibri-webfont.eot
calibri-webfont.svg
calibri-webfont.ttf
calibri-webfont.woff
calibri-webfont.oft
Now when I try to publish website, it just publishes .svg file,other files I need to copy manually. Whiles publishing following options I have checked:
- Replace matching files with local copy
- Only files needed to run this application.
Expected: as all those files are required, I want those to be get published automatically, than manually coping those.
How this can be achieved?