In eclipse.ini find this line -Dorg.eclipse.swt.internal.carbon.smallFonts
- remove this line to enable large font
- keep/add this line to disable large font
| $fa-font-path: "~font-awesome/fonts"; | |
| @import '~font-awesome/scss/font-awesome'; | |
| .glyphicon { | |
| @extend .fa; | |
| &.glyphicon-chevron-up { | |
| @extend .fa-chevron-up; | |
| } | |
| &.glyphicon-chevron-right { | |
| @extend .fa-chevron-right; | 
| // Use Gists to store code you would like to remember later on | |
| console.log(window); // log the "window" object to the console |