Skip to content

Commit d7a9f3a

Browse files
authored
Merge pull request #63 from t-kazu/feature/font-of-editor
AceEditorのフォントを指定しました closes #59
2 parents a92d513 + 65c45ed commit d7a9f3a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/containers/ruby-tab.jsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ const RubyTab = ({rubyCode}) => (
1818
useSoftTabs: true,
1919
showInvisibles: true
2020
}}
21+
style={{
22+
fontFamily: ['Monaco', 'Menlo', 'Consolas', 'source-code-pro', 'monospace']
23+
}}
2124
theme="clouds"
2225
value={rubyCode}
2326
width="100%"

0 commit comments

Comments
 (0)