Closed EMTincopa closed 4 years ago
You can change the font by customizing the css.
@EMTincopa You have the option to override css and js by providing your own custom ones #59
To override styling with a custom css:
static/css
$ vim static/css/custom.css
body {
font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
}
config.toml
and add the following:
custom_css = ["css/custom.css"]
Thank you!!!
Hi! I want to change standard font of all pages. How? Is there an easy option adding something as a sitewide param in config.toml? please help :(