mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-02-16 19:40:58 +03:00
prioritized monaco font
This commit is contained in:
parent
2c1643b0c6
commit
c398b110cc
|
@ -5,7 +5,7 @@ import * as themes from './themes';
|
||||||
|
|
||||||
const styles = {
|
const styles = {
|
||||||
container: {
|
container: {
|
||||||
fontFamily: 'monospace',
|
fontFamily: 'Monaco, monospace',
|
||||||
position: 'relative',
|
position: 'relative',
|
||||||
overflowY: 'hidden',
|
overflowY: 'hidden',
|
||||||
width: '100%',
|
width: '100%',
|
||||||
|
|
Loading…
Reference in New Issue
Block a user