@font-face {
  font-family: lato-regular; /* set name */
  src: url(LatoFont/Lato-Regular.ttf); /* url of the font */
}

@font-face {
  font-family: lato-bold; /* set name */
  src: url(LatoFont/Lato-Bold.ttf); /* url of the font */
}

@font-face {
  font-family: lato-black; /* set name */
  src: url(LatoFont/Lato-Black.ttf); /* url of the font */
}


@font-face {
  font-family: lato-black-italic; /* set name */
  src: url(LatoFont/Lato-BlackItalic.ttf); /* url of the font */
}


/***_________*/

@font-face {
  font-family: bree; /* set name */
  src: url(BreeSerif/BreeSerif-Regular.ttf); /* url of the font */
}