fix(netlify-cms-widget-text): set correct font family (#1916)

This commit is contained in:
Alexander Nanberg 2018-11-29 01:25:52 +01:00 committed by Shawn Erquhart
parent ae21317621
commit a2e9401336

View File

@ -45,6 +45,7 @@ export default class TextControl extends React.Component {
onFocus={setActiveStyle}
onBlur={setInactiveStyle}
style={{ minHeight: '140px' }}
css={{ fontFamily: 'inherit' }}
onChange={e => onChange(e.target.value)}
/>
);