﻿@font-face {
  font-family: Tinos;
  src: url(fonts/Tinos-Regular.ttf);
}

@font-face {
  font-family: Tinos;
  src: url(fonts/Tinos-Bold.ttf);
  font-weight: bold;
}

@font-face {
  font-family: Tinos;
  src: url(fonts/Tinos-Italic.ttf);
  font-style: italic;
}

@font-face {
  font-family: Tinos;
  src: url(fonts/Tinos-BoldItalic.ttf);
  font-weight: bold;
  font-style: italic;
}
