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

How do I make vimb use a particular font to render web pages? #673

Closed
SisyphusIsntHappy opened this issue May 31, 2021 · 2 comments
Closed

Comments

@SisyphusIsntHappy
Copy link

I need to override the web page default font and use a particular font, say JatBrains Mono. How do I do this?

@fanglingsu
Copy link
Owner

Do you really want to change all the fonts on a page? This would also change icon fonts so that some icons will be rendered as broken chars.
To change the font you could try to add something like following to the .config/vimb/style.css

* {
  font-family: JatBrains Mono !important;
}

@SisyphusIsntHappy
Copy link
Author

SisyphusIsntHappy commented Jun 10, 2021 via email

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

2 participants