diff options
author | Radu <radu@pml4t.net> | 2023-11-23 14:17:27 -0500 |
---|---|---|
committer | Radu <radu@pml4t.net> | 2023-11-23 14:48:42 -0500 |
commit | 74fa23d9c6c8b88c3579ed12f6d3ed66d31bbac7 (patch) | |
tree | 7527d0aa314d9b9473b9a96c620574c57fe10a79 /styles.css | |
parent | 3e4feb710a88ec81c5476e762cb1c0cd02da18c8 (diff) |
Bundle math font to improve rendering
Diffstat (limited to 'styles.css')
-rw-r--r-- | styles.css | 8 |
1 files changed, 8 insertions, 0 deletions
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"; +} |