Hi all, i require some assistance in installing custom fonts on my website.
I tried varied methods such as directly referencing the fonts but still no luck.
@font-face {
font-family: 'FuroreRegular';
src: url('http://www.example.co.za/fonts/furore-webfont.eot');
src: url('http://www.example.co.za/fonts/furore-webfont.eot?#iefix') format('embedded-opentype'),
url('http://www.example.co.za/fonts/furore-webfont.woff') format('woff'),
url('http://www.example.co.za/fonts/furore-webfont.ttf') format('truetype'),
url('http://www.example.co.za/fonts/furore-webfont.svg#FuroreRegular') format('svg');
font-weight: normal;
font-style: normal;
}Please shed some light.