Wysiwyg: Update system font-family

This commit is contained in:
Gustav Hansen 2022-06-21 17:40:31 +02:00
parent 8d64295772
commit b60dd7aa6e
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ export const EditorStylesContainer = styled.div`
height: ${({ isExpandMode }) => (isExpandMode ? '100%' : '290px')}; height: ${({ isExpandMode }) => (isExpandMode ? '100%' : '290px')};
color: ${({ theme }) => theme.colors.neutral800}; color: ${({ theme }) => theme.colors.neutral800};
direction: ltr; direction: ltr;
font-family: --apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell,
'Open Sans', 'Helvetica Neue', sans-serif; 'Open Sans', 'Helvetica Neue', sans-serif;
} }

View File

@ -626,7 +626,7 @@ describe('Wysiwyg render and actions buttons', () => {
height: 290px; height: 290px;
color: #32324d; color: #32324d;
direction: ltr; direction: ltr;
font-family: --apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell, 'Open Sans','Helvetica Neue',sans-serif; font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell, 'Open Sans','Helvetica Neue',sans-serif;
} }
.c34 .CodeMirror-lines { .c34 .CodeMirror-lines {