Digital experiences for all disciplines
New Landing › How can we help? › Themeforest Theme Support › Flexform › custom webfonts using @font-face › Reply To: Show all FAQs by default
It’s me again. Sorry for the strange title. This should be another question…
Correct title: custom webfonts using @font-face
also the smileys are strange. here is the css again:
@font-face {
font-family: ‘TheSerifBasicRegular’;
src: url(‘http://www.xyz.com/theserif_b5_-webfont.eot’);
src: url(‘http://www.xyz.com/theserif_b5_-webfont.eot?#iefix’) format(’embedded-opentype’), url(‘http://www.xyz.com/theserif_b5_-webfont.woff’) format(‘woff’), url(‘http://www.xyz.com/theserif_b5_-webfont.ttf’) format(‘truetype’), url(‘http://www.xyz.com/theserif_b5_-webfont.svg#TheSerifBasicRegular’) format(‘svg’);
font-weight: normal;
font-style: normal;
}
body {
font: ‘TheSerifBasicRegular’, Georgia, serif;
}