egoist / docute

📚 Effortless documentation, done right.
https://docute.egoist.dev
MIT License
3.8k stars 427 forks source link

How to change the fonts? #218

Closed oren closed 5 years ago

oren commented 5 years ago

The code below didn't change anything:

new Docute({
    cssVariables: {
        fontCode: "Helvetica Neue"
    }
})

Any suggestions?

egoist commented 5 years ago

https://docute.org/guide/customization#custom-fonts

oren commented 5 years ago

Thanks!