Psycojoker / prosopopee

a static website generator to make beautiful customizable pictures galleries that tell a story
http://prosopopee.readthedocs.org
GNU General Public License v3.0
327 stars 56 forks source link

How to change font? #105

Closed MasterGroosha closed 4 years ago

MasterGroosha commented 4 years ago

Pardon my ignorance, I'm not a web dev at all. The problem is that default crimson font doesn't look good with text in Russian. I've created a custom.css file with

body {
    font-family: 'Roboto', sans-serif !important;
}

block, but the font itself isn't changed. I'm sure that file placement is correct since adding a custom.js affects the website. How can I change font to something else?

beudbeud commented 4 years ago

Hi, normally you do well put your css code in custom.css in main folder after that need to build the website again.

MasterGroosha commented 4 years ago

@beudbeud Thank you for the reply. This is exactly the reason I'm asking. I put the CSS snippet above to custom.css file and it doesn't work. Could you please write an example, how to change text font in prosopopee?

MasterGroosha commented 4 years ago

Edit: my bad. looks like there was a mistake on my side and I tried to include non-existing font. Sorry!