fix: button should have its font-family inherited (#6311)

This commit is contained in:
pengx17
2024-03-26 03:57:58 +00:00
parent ffbfdb65a2
commit 095f8c2359

View File

@@ -171,7 +171,7 @@ legend {
outline: 0;
border: 0;
font-size: var(--affine-font-base);
font-family: var(--affine-font-family);
font-family: inherit;
font-feature-settings: 'calt' 0;
}