@font-face {
    font-family: 'Avenir';
    src: url('../font/avenirltstd-black-webfont.eot');
    src: url('../font/avenirltstd-black-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/avenirltstd-black-webfont.woff') format('woff'),
         url('../font/avenirltstd-black-webfont.ttf') format('truetype'),
         url('../font/avenirltstd-black-webfont.svg#BallprkRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

#siteTitle, footer,h1, h2, h3, h4, h5, h6, 
.blog-entry-title a, 
.blog-entry-date,
.blog-archive-month,
.blog-entry-title a:hover, 
.album-title, 
.movie-page-title{
-webkit-font-smoothing: antialiased;
font-family: 'Avenir', sans-serif;
font-weight: normal;
}