mirror of
https://github.com/strapi/strapi.git
synced 2025-08-05 23:40:04 +00:00
Wysiwyg: Update system font-family
This commit is contained in:
parent
8d64295772
commit
b60dd7aa6e
@ -16,7 +16,7 @@ export const EditorStylesContainer = styled.div`
|
||||
height: ${({ isExpandMode }) => (isExpandMode ? '100%' : '290px')};
|
||||
color: ${({ theme }) => theme.colors.neutral800};
|
||||
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;
|
||||
}
|
||||
|
||||
|
@ -626,7 +626,7 @@ describe('Wysiwyg render and actions buttons', () => {
|
||||
height: 290px;
|
||||
color: #32324d;
|
||||
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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user