aboutsummaryrefslogtreecommitdiff
path: root/styles.css
diff options
context:
space:
mode:
Diffstat (limited to 'styles.css')
-rw-r--r--styles.css8
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";
+}