Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Custom font. #49

Closed
trusktr opened this issue Apr 22, 2016 · 2 comments
Closed

Custom font. #49

trusktr opened this issue Apr 22, 2016 · 2 comments

Comments

@trusktr
Copy link

trusktr commented Apr 22, 2016

How do we customize the font?

@idoo
Copy link

idoo commented Apr 27, 2016

@trusktr
https://github.com/rhysd/NyaoVim#configure-editor-options

vim ~/.config/nyaovim/nyaovimrc.html
<!-- Component tags here -->
<neovim-editor
  id="nyaovim-editor"
  argv$="[[argv]]"
  font-size="13"
  font="Menlo-bold"
  line-height="1.4"
></neovim-editor>
<popup-tooltip editor="[[editor]]"></popup-tooltip>

@rhysd
Copy link
Owner

rhysd commented Aug 11, 2016

As @idoo said, you can specify font face by attribute :)

@rhysd rhysd closed this as completed Aug 11, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants