Skip to content

Commit

Permalink
Two new fonts for CodeMirror: IBM Plex Mono, Nanum Gothic Coding (#20017
Browse files Browse the repository at this point in the history
)
  • Loading branch information
okonomiyaki3000 authored and Michael Babker committed Apr 1, 2018
1 parent 8cafd36 commit bea22cb
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions plugins/editors/codemirror/fonts.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@
"url": "https://fonts.googleapis.com/css?family=Fira+Mono",
"css": "'Fira Mono', monospace"
},
"ibm_plex_mono": {
"name": "IBM Plex Mono",
"url": "https://fonts.googleapis.com/css?family=IBM+Plex+Mono",
"css": "'IBM Plex Mono', monospace;"
},
"inconsolata": {
"name": "Inconsolata",
"url": "https://fonts.googleapis.com/css?family=Inconsolata",
Expand All @@ -34,6 +39,11 @@
"url": "https://fonts.googleapis.com/css?family=Lekton",
"css": "Lekton, monospace"
},
"nanum_gothic_coding": {
"name": "Nanum Gothic Coding",
"url": "https://fonts.googleapis.com/css?family=Nanum+Gothic+Coding",
"css": "'Nanum Gothic Coding', monospace"
},
"nova_mono": {
"name": "Nova Mono",
"url": "https://fonts.googleapis.com/css?family=Nova+Mono",
Expand Down

0 comments on commit bea22cb

Please sign in to comment.