Skip to content

Instantly share code, notes, and snippets.

@lloss
Created June 7, 2017 15:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lloss/2a42276990963b8f4eef194e8a855138 to your computer and use it in GitHub Desktop.
Save lloss/2a42276990963b8f4eef194e8a855138 to your computer and use it in GitHub Desktop.
/*@font-face {
font-family: 'Monoid ligatures';
src: local('Monoid');
unicode-range: U+0021-0026, U+002A-002B, U+002D-002F, U+003A-003E, U+007B-007E;
}*/
/*U+007B, U+007D, - curly brackets*/
/*.view-lines {
font-family: 'Operator mono ligatures','Monoid ligatures', 'menlo' !important;
}
*/
@font-face {
font-family: 'Fira Code Ligatures';
src: local('monoid');
unicode-range: U+0021-0026, U+002A-002B, U+002D-002F, U+003A-003E, U+007B-007E;
}
@font-face {
font-family: 'Hack Braces';
src: local('hack');
unicode-range: U+007B, U+007D, U+0024;
}
.view-lines {
font-family: 'Hack Braces', 'Fira Code Ligatures', 'hack' !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment