@font-face  {
  font-family: 'Lato';
  src: url(../fonts/Lato-Thin.ttf) format("truetype"); /* Путь к файлу со шрифтом */
  font-weight: 100;
}
@font-face  {
  font-family: 'Lato';
  src: url(../fonts/Lato-Light.ttf) format("truetype"); /* Путь к файлу со шрифтом */
  font-weight: 300;
}
@font-face  {
  font-family: 'Lato';
  src: url(../fonts/Lato-Regular.ttf) format("truetype"); /* Путь к файлу со шрифтом */
  font-weight: 400;
}
@font-face  {
  font-family: 'Lato';
  src: url(../fonts/Lato-Bold.ttf) format("truetype"); /* Путь к файлу со шрифтом */
  font-weight: 700;
}
@font-face  {
  font-family: 'Lato';
  src: url(../fonts/Lato-Black.ttf) format("truetype"); /* Путь к файлу со шрифтом */
  font-weight: 900;
}