From 74fa23d9c6c8b88c3579ed12f6d3ed66d31bbac7 Mon Sep 17 00:00:00 2001 From: Radu Date: Thu, 23 Nov 2023 14:17:27 -0500 Subject: Bundle math font to improve rendering --- styles.css | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 styles.css (limited to 'styles.css') diff --git a/styles.css b/styles.css new file mode 100644 index 0000000..55cc732 --- /dev/null +++ b/styles.css @@ -0,0 +1,8 @@ +@font-face { + font-family: "STIXTwoMath"; + src: url("STIXTwoMath-Regular.otf"); +} + +math { + font-family: "STIXTwoMath"; +} -- cgit v1.2.3