Skip to content

Instantly share code, notes, and snippets.

@manet
manet / glyphicon_font-awesome_convert.scss
Created July 11, 2017 13:49 — forked from blowsie/glyphicon_font-awesome_convert.scss
Map glyphicon icons to font-awesome
$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;
@manet
manet / eclipse_ui_macos.md
Created May 14, 2017 12:07
Change Eclipse UI Font on macOS #tags: eclipse

Eclipse UI Font on macOS

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
@manet
manet / 0_reuse_code.js
Last active August 29, 2015 14:12
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console