@font-face AdrienneBROKEN

by Koubenec

HTML

<h1>Adrienne Adams</h1>

CSS

@font-face {
  font-family: 'serif6_beta_rgregular';
  src: url('wp-content/uploads/serif6beta-regular-webfont.eot?') format('eot'), url('wp-content/uploads/serif6beta-regular-webfont.woff') format('woff'), url('wp-content/uploads/serif6beta-regular-webfont.ttf') format('truetype'), url('wp-content/uploads/serif6beta-regular-webfont.svg#serif6_beta_rgregular') format('svg');
}

//@font-face {
    font-family: 'serif6_beta_rgregular';
    src: url('http://www.adrienneadams.org/wp-content/uploads/serif6beta-regular-webfont.eot');
    src: url('http://www.adrienneadams.org/wp-content/uploads/serif6beta-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('http://www.adrienneadams.org/wp-content/uploads/serif6beta-regular-webfont.woff') format('woff'),
         url('http://www.adrienneadams.org/wp-content/uploads/serif6beta-regular-webfont.ttf') format('truetype'),
         url('http://www.adrienneadams.org/wp-content/uploads/serif6beta-regular-webfont.svg#serif6_beta_rgregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* Comment out 'MyFontFamily' and watch the net tab */
h1 { font-family: 'serif6_beta_rgregular'; }