File tree Expand file tree Collapse file tree 4 files changed +8
-6
lines changed Expand file tree Collapse file tree 4 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 3
3
< head >
4
4
< title > p5.js Web Editor</ title >
5
5
< link href ='https://fonts.googleapis.com/css?family=Inconsolata ' rel ='stylesheet ' type ='text/css '>
6
- < link href ='https://fonts.googleapis.com/css?family=Montserrat ' rel ='stylesheet ' type ='text/css '>
6
+ < link href ='https://fonts.googleapis.com/css?family=Montserrat:400,700 ' rel ='stylesheet ' type ='text/css '>
7
7
</ head >
8
8
< body >
9
9
< div id ="root " class ="root-app ">
Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ class Editor extends React.Component {
17
17
this . _cm . on ( 'change' , ( ) => {
18
18
this . props . updateFile ( "sketch.js" , this . _cm . getValue ( ) ) ;
19
19
} ) ;
20
+ console . log ( 'test here' ) ;
20
21
}
21
22
22
23
componentDidUpdate ( prevProps ) {
@@ -35,4 +36,4 @@ class Editor extends React.Component {
35
36
}
36
37
}
37
38
38
- export default Editor ;
39
+ export default Editor ;
Original file line number Diff line number Diff line change 20
20
.preferences__title-text {
21
21
margin-left : #{20 / $base-font-size } rem;
22
22
font-size : $menu-font-size ;
23
+ font-weight : 700 ;
23
24
font-color : white ;
24
25
height : #{44 / $base-font-size } rem;
25
26
line-height : #{44 / $base-font-size } rem;
You can’t perform that action at this time.
0 commit comments