1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 17:56:25 +00:00

set Basefont

This commit is contained in:
Rokt33r
2016-01-10 04:32:20 +09:00
parent 5df0755252
commit 714cf43f6a
3 changed files with 7 additions and 4 deletions

View File

@@ -152,7 +152,7 @@ export default class CodeEditor extends React.Component {
className={this.props.className == null ? 'CodeEditor' : 'CodeEditor ' + this.props.className}
style={{
fontSize: this.state.fontSize,
fontFamily: this.state.fontFamily
fontFamily: this.state.fontFamily.trim() + ', monospace'
}}
/>
)