Skip to content

Commit

Permalink
Two new fonts for CodeMirror: IBM Plex Mono, Nanum Gothic Coding
Browse files Browse the repository at this point in the history
  • Loading branch information
okonomiyaki3000 committed Mar 29, 2018
1 parent 7f0d819 commit 55e7425
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions plugins/editors/codemirror/fonts.json
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 55e7425

Please sign in to comment.