Font size scaling controls
Some checks failed
Build / build (push) Has been cancelled

This commit is contained in:
2024-02-17 15:53:36 +01:00
parent 8ac02fd0be
commit 3d3d29304c
2 changed files with 16 additions and 0 deletions

View File

@ -10,6 +10,7 @@ body {
color: $col-white;
font-family: "Noto Sans", Tahoma, Geneva, Verdana, sans-serif;
text-rendering: geometricPrecision;
transform-origin: 0 0;
}
table {