Created
February 22, 2017 14:45
-
-
Save mutsune/14bb6bb34679f04b76dba2de6e0f3549 to your computer and use it in GitHub Desktop.
Fira Code with Ligature for Jupyter Notebook
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@font-face { | |
font-family: 'Fira Code'; | |
src: url("https://cdn.rawgit.com/dunovank/jupyter-themes/1e851888/jupyterthemes/fonts/monospace/firacode/firacode.otf") format("opentype"); | |
} | |
.CodeMirror { | |
font-family: 'Fira Code'; | |
font-variant-ligatures: initial; | |
} | |
.cm-string { | |
font-variant-ligatures: none; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It works, thank u!
