catppuccin / github

🐈‍⬛ Soothing pastel theme for GitHub
MIT License
251 stars 21 forks source link

[Question] Custom fonts? #48

Closed haunt98 closed 1 year ago

haunt98 commented 1 year ago

How can I custom interface font (different than Inter) and monospace font?

rubyowo commented 1 year ago
    body,.markdown-body {
        font-family: <font>, sans-serif;
    }
justTOBBI commented 1 year ago

I think replacing the font where usefont is checked should do the trick

rubyowo commented 1 year ago

^ the code I sent is what usefont uses

haunt98 commented 1 year ago

Thank you, it's worked!