From 608d97a3a346db512cd6e6fd1acd9f2a23be6436 Mon Sep 17 00:00:00 2001 From: Zachary Billman Date: Thu, 27 Feb 2025 10:17:59 -0500 Subject: [PATCH] Set ttf version of CM fonts. --- assets/css/extended/custom_fonts.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/assets/css/extended/custom_fonts.css b/assets/css/extended/custom_fonts.css index da05dfd..58d9b47 100644 --- a/assets/css/extended/custom_fonts.css +++ b/assets/css/extended/custom_fonts.css @@ -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; }