bug fix of font family

This commit is contained in:
caffae 2024-08-25 19:01:33 +08:00
parent 989ee8570b
commit adbf757f55

View file

@ -8,7 +8,7 @@
color: var(--text-small);
text-decoration: none;
font-size: var(--font-ui-medium);
font-family: var(--font-interface-theme);
/* font-family: var(--font-interface-theme); */
line-height: var(--line-height-tight);
}