﻿@font-face {
    font-family: "Times New Roman";
    src: /* Legacy iOS */
    url("../../fonts/English-Fonts/TimesNewRoman.ttf") format("truetype") font-weight: normal;
    font-style: normal;
}



/* Bold */
@font-face {
    font-family: "Times New Roman";
    src: url("../../fonts/English-Fonts/TimesNewRomanBold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
}

/* Italic */
@font-face {
    font-family: "Times New Roman";
    src: url("../../fonts/English-Fonts/TimesNewRomanItalic.ttf") format("truetype");
    font-weight: normal;
    font-style: italic;
}
.br-font {
    font-family: "Times New Roman";
}
