I\'ve been having a lot of difficulties with using custom fonts and @font-face
. I\'m trying to get a font consistent across the latest versions of Chrome, Safari &a
Try it like this:
@font-face {
font-family: 'dineng';
font-style: normal;
font-weight: normal;
src: url('fonts/dineng.eot');
src: url('fonts/dineng.eot?#iefix') format('embedded-opentype'),
url('fonts/dineng.woff') format('woff'),
url('fonts/dineng.ttf') format('truetype'),
url('fonts/dineng.svg#dineng') format('svg');
}
Otherwise, open the .TTF file on your computer. If it already appears bold, the font WILL NOT be able to be decreased in size because that's the normal look for the font.