CSS: calling in attached fonts

when you have to load the fonts directly in the theme

@font-face {

  font-family: ‘my_underwoodregular’;

  src: url(“fonts/myunderwood-webfont.woff2”) format(“woff2”), url(“fonts/myunderwood-webfont.woff”) format(“woff”);

  font-weight: normal;

  font-style: normal; }

@font-face {

  font-family: ‘american-typewriter’;

  src: url(“fonts/american_typewriter.eot”);

  src: url(“fonts/american_typewriter.eot?#iefix”) format(“embedded-opentype”), url(“fonts/american-typewriter.ttf”) format(“truetype”); }