Set ttf version of CM fonts.

This commit is contained in:
Zachary Billman 2025-02-27 10:17:59 -05:00
parent 53e0038bb4
commit 608d97a3a3

View File

@ -28,28 +28,28 @@
@font-face {
font-family: "CM";
src: url("/fonts/NewCM10-Bold.otf") format("opentype");
src: url("/fonts/NewCM10-Bold.ttf") format("truetype");
font-weight: bold;
font-style: normal;
}
@font-face {
font-family: "CM";
src: url("/fonts/NewCM10-Regular.otf") format("opentype");
src: url("/fonts/NewCM10-Book.ttf") format("truetype");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "CM";
src: url("/fonts/NewCM10-BoldItalic.otf") format("opentype");
src: url("/fonts/NewCM10-BoldItalic.ttf") format("truetype");
font-weight: bold;
font-style: italic;
}
@font-face {
font-family: "CM";
src: url("/fonts/NewCM10-Italic.otf") format("opentype");
src: url("/fonts/NewCM10-BookItalic.ttf") format("truetype");
font-weight: normal;
font-style: italic;
}