fix: remove chaotic font css

This commit is contained in:
lawvs
2022-09-26 15:25:48 +08:00
parent 76f74effdb
commit a94765913b
13 changed files with 18 additions and 123 deletions
@@ -39,7 +39,6 @@ export type ExtendedTextUtils = SlateUtils & {
};
const TextBlockContainer = styled(Text)(({ theme }) => ({
lineHeight: theme.affine.typography.body1.lineHeight,
fontFamily: theme.affine.typography.body1.fontFamily,
color: theme.affine.typography.body1.color,
letterSpacing: '0.1px',
a: {