Override Font Setting with Bower?

I’m managing my codemirror in bower, and I am wondering could I override the default codemirror font setting in bower-override.
Currently I’m using other css override the font setting (through !important, not a good way)

Thx

Using CSS to override fonts is the only supported way. You don’t need to use !important if you pay some attention to specificity (include your css after codemirror.css, use at least as specific a selector).