Skip to content

Commit

Permalink
Merge pull request #18 from musically-ut/feat-inconsolata
Browse files Browse the repository at this point in the history
EHN: Add Inconsolata font.
  • Loading branch information
transcranial authored Jul 5, 2017
2 parents 3be1d2f + 45335e1 commit 74bee0e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions jupythemer/styles/code_font/Inconsolata.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
.CodeMirror { font-family: "Inconsolata"; }
.output * { font-family: "Inconsolata" !important;}
1 change: 1 addition & 0 deletions jupythemer/styles/code_font/Inconsolata.import
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
@import url('https://fonts.googleapis.com/css?family=Inconsolata');

0 comments on commit 74bee0e

Please sign in to comment.