Hi, I am totally new to TYPO3 and feeling a little lost. I have been passed a site built on TYPO3, most of it looks good design wise. I have been creating some new pages and moving some content around and it is all working well. For me, the headings are just too large and I’m not a big fan of the font choice. I have created a css file with the new font family and font size declarations which I have uploaded to my file admin, the in the TypoScript setup added the following
page.includeCSS.custom = fileadmin/css/fonts.css
Nothing changes. Am I going about this the wrong way? Some pointers in the right direction would be much appreciated.
Thank you for getting in touch. The site is running version 12.4.13. I have inserted the page.includeCSS.custom = fileadmin/css/fonts.css in to the TypoScript records, in the setup on the main page.
Maybe it would be clearer to me if I had set up a site myself, I don’t really understand how the style declarations are made in the setup. I thought as I was only making relatively small changes I might be able to do this without going too deep.
Unfortunately that didn’t work, after adding your code the site stopped rendering all content except the footer. I had understood from the documentation that it would be better to change the values in the sitepackage, I don’t know how to access this or make changes.
I am happy with the H1 elements with the class title, the H2 and H3 elements with the class header are just too big.
It is a composer installation, I have no experience with composer and although I can find plenty of information on how to create and build a site, I don’t really understand how to use this with a site that already exists.
Thanks for the URL to the website. The website uses tailwindcss v3.4.1. So you don’t have a traditional hand-coded CSS file, but rather a fully automated build process using Nuxt, Vite, and Tailwind in combination with shopware.