Need to change font in the TOC Title
Posted: Thu Jul 16, 2020 2:13 am
Hi there, I've used the Styles Basket, and tried to fix this on my own, but I cannot seem to affect the font of the Table of Contents TITLE, which stubbornly remains in the wrong font. I'm using the DITA Map PDF based on HTML5 and CSS but I'm using the Bookmap rather than a DITAMap.
I asked about this in today's webinar, but forgot to mention that I am using a Bookmap. The answer provided was this:
But this did NOT work.
Can you advise how I can change the font of the TOC Title to the font I want?
Thanks!
I asked about this in today's webinar, but forgot to mention that I am using a Bookmap. The answer provided was this:
Code: Select all
*[class~="toc/toc-title"] {
font-family: 'Literata', serif; <-- (I put in the font I wanted)
}
Can you advise how I can change the font of the TOC Title to the font I want?
Thanks!