|
@@ -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"]) {
|