Hi All,
I am looking for a few days how to add some more icons to buttons in Tiggzi. I found a nice package: https://github.com/commadelimited/jQu... and I really want to use these icons.
I think I will be able to get it to work, the problem I now have is that I need to upload Font files. In css file there is reference to font files:
@font-face {
font-family: 'FontAwesome';
src: url('font/fontawesome-webfont.eot');
src: url('font/fontawesome-webfont.eot?#iefix') format('embedded-opentype'),
url('font/fontawesome-webfont.woff') format('woff'),
url('font/fontawesome-webfont.ttf') format('truetype'),
url('font/fontawesome-webfont.svgz#FontAwesomeRegular') format('svg'),
url('font/fontawesome-webfont.svg#FontAwesomeRegular') format('svg');
font-weight: normal;
font-style: normal;
}
Does anyone know a way to upload these files to my Tiggzi project?