summaryrefslogblamecommitdiffstats
path: root/times.css
blob: bd0a1481fc9a5ebddbe7bbfefb434646c05ffc96 (plain) (tree)



























                                  
@font-face {
  font-family: "Times New Roman";
  src:
    local("Times New Roman"),
    url("/times/times.ttf");
}
@font-face {
  font-family: "Times New Roman";
  font-weight: bold;
  src:
    local("Times New Roman"),
    url("/times/bold.ttf");
}
@font-face {
  font-family: "Times New Roman";
  font-style: italic;
  src:
    local("Times New Roman"),
    url("/times/italic.ttf");
}
@font-face {
  font-family: "Times New Roman";
  font-weight: bold;
  font-style: italic;
  src:
    local("Times New Roman"),
    url("/times/bold-italic.ttf");
}