/* this css file will set up fonts and their use in the site */

/*  Delicious - courtesy of Jos Buivenga's exljbris Font Foundry
http://www.josbuivenga.demon.nl
    --------------------------------------- */  
    @font-face {
      font-family: DeliciousSmall;
      src: url(/fonts/Delicious-SmallCaps.otf);
      }
    
    @font-face {
      font-family: Delicious;
      src: url(/fonts/Delicious-Roman.otf);
      font-style: normal;
      }

    @font-face {
      font-family: Delicious;
      src: url(/fonts/Delicious-Bold.otf);
      font-weight: bold;
      }

    @font-face {
      font-family: Delicious;
      src: url(/fonts/Delicious-Italic.otf);
      font-style: italic;
      }
    @font-face {
      font-family: Aller ;
      src: url(/fonts/Aller_Rg.ttf);
      font-style: normal;
      }
    @font-face {
      font-family: Aller ;
      src: url(/fonts/Aller_BdIt.ttf);
      font-style: italic;
      }
    @font-face {
      font-family: Bedini ;
      src: url(/fonts/bedini.ttf);
      font-style: normal;
      }
    @font-face {
      font-family: Ubuntu;
      src: url(/fonts/Ubuntu-Title.ttf);
      font-style: italic;
      }
    @font-face {
      font-family: Xband;
      src: url(/fonts/xbandrough.ttf);
      font-style: normal;
      }
    @font-face {
      font-family: Underwood;
      src: url(/fonts/Underwood_1913.ttf);
      font-style: normal;
      }
    @font-face {
      font-family: LastWords;
      src: url(/fonts/Last_words.ttf);
      font-style: italic;
      }
