浏览代码

tweak font

Kirk Trombley 2 年之前
父节点
当前提交
26f1f6bd86
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      web/styles.css

+ 2 - 0
web/styles.css

@@ -361,11 +361,13 @@ button.color-select:hover {
   padding: 0.125rem 0.75ch;
 }
 
+@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+Math&display=swap");
 .fn-control .fn-body {
   --gap: 0.25ch;
   margin-block: 0.5rem;
   justify-content: center;
   align-items: center;
+  font-family: "Noto Sans Math", sans-serif;
 }
 
 .fn-control :is(input[type="checkbox"], input[type="radio"]) {