cronapp-framework-js
Version:
Javascript library for CronApp's projects
27 lines (24 loc) • 637 B
CSS
@font-face {
font-family: "Times New Roman";
font-style: normal;
font-weight: 400;
src: url('times-new-roman.ttf') format('truetype');
}
@font-face {
font-family: "Times New Roman";
font-style: italic;
font-weight: 400;
src: url('times-new-roman-italic.ttf') format('truetype');
}
@font-face {
font-family: "Times New Roman";
font-style: normal;
font-weight: 700;
src: url('times-new-romanbold.ttf') format('truetype');
}
@font-face {
font-family: "Times New Roman";
font-style: italic;
font-weight: 700;
src: url('times-new-roman-bold-italic.ttf') format('truetype');
}