emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: change the fontsize when exporting to HTML, header not really change


From: Juan Manuel Macías
Subject: Re: change the fontsize when exporting to HTML, header not really changed
Date: Thu, 20 Jan 2022 11:48:25 +0000

Hi Uwe

Uwe Brauer writes:

> Now some text is changed as expected the text in the header not really.
>
> Any idea what would be a more appropriate setting?

Taking into account that h1 is the title, h2, h3, etc. are the classes
for the different header levels. You can put something like this:

#+HTML_HEAD: <style> h2 {font-size:108%}</style>
#+HTML_HEAD: <style> body {font-size:108%}</style>

Best regards,

Juan Manuel 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]