I used this code and it showed me ligatures
.CodeMirror {
font-family: 'Fira Code', monospace !important;
font-size: 14px;
height: 300px;
border: 1px solid #ccc;
}
Fira code is just another font with ligatures so if it works yours should work.