For example, in this @fontface declaration that I found here, the CSS has a format('truetype')
indicating that it's a .tff
. But in my program, with and without doesn't make a difference.
font-face {
font-family: 'DroidSerif';
src: url('DroidSerif-Bold-webfont.ttf') format('truetype');
font-weight: bold;
font-style: normal;
}