Skip to content

Commit

Permalink
on Windows, Consolas is the best font for this app
Browse files Browse the repository at this point in the history
  • Loading branch information
rhysd committed Sep 11, 2018
1 parent d5ec65a commit 79cbec4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion example/image-popup/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
</head>

<body>
<neovim-editor id="neovim" font="Monaco,Meiryo,monospace" font-size="14"></neovim-editor>
<neovim-editor id="neovim" font="Monaco,Consolas,monospace" font-size="14"></neovim-editor>
<popup-tooltip id="tooltip"></popup-tooltip>
</body>

Expand Down
2 changes: 1 addition & 1 deletion example/markdown/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
</head>

<body>
<neovim-editor id="neovim" font="Monaco,Meiryo,monospace" width="500" height="600"></neovim-editor>
<neovim-editor id="neovim" font="Monaco,Consolas,monospace" width="500" height="600"></neovim-editor>
<markdown-viewer id="mdviewer"></markdown-viewer>
</body>

Expand Down
2 changes: 1 addition & 1 deletion example/mini-browser/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
</head>

<body>
<neovim-editor id="neovim" font="Monaco,Meiryo,monospace" font-size="14"></neovim-editor>
<neovim-editor id="neovim" font="Monaco,Consolas,monospace" font-size="14"></neovim-editor>
<mini-browser id="browser"></mini-browser>
</body>

Expand Down
2 changes: 1 addition & 1 deletion example/minimal/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
</style>
</head>
<body>
<neovim-editor id="neovim" font="Monaco,Meiryo,monospace" font-size="14"></neovim-editor>
<neovim-editor id="neovim" font="Monaco,Consolas,monospace" font-size="14"></neovim-editor>
</body>
<script>
'use strict';
Expand Down

0 comments on commit 79cbec4

Please sign in to comment.