@font-face {
font-family: 'Din';
src: local('Din'), url(din-regular-webfont.ttf);
}
@font-face {
font-family: 'Din';
font-weight: bold;
src: local('Din'), url(din-bold-webfont.ttf);
}
@font-face {
font-family: 'Din';
font-weight:lighter;
src: local('Din'), url(din-light-webfont.ttf);
}