brentthorne / posterdown

Use RMarkdown to generate PDF Conference Posters via HTML
https://brentthorne.github.io/posterdown_html_showcase/
Other
838 stars 129 forks source link

Adjust title font size #107

Closed hollzzar closed 4 years ago

hollzzar commented 4 years ago

Is there a way to adjust the font size of the title in posterdown_betterland? I saw that there's a way to do that for the middle text using middle_fontsize. I tried title_fontsize but that didn't work. Thanks!

brentthorne commented 4 years ago

Hello @hollzzar !

The good news is that this is possible using the YAML option title_textsize as described in this wiki table. Not sure if you are using an older fork of posterdown but all sizing of text is now uniformly referred to as text rather then font. Also the middle section is now referred to as main.

Hope this helps!

hollzzar commented 4 years ago

Thanks @brentthorne! I think you're right that I was looking at an older fork.