thanks for the answer. Well, if it’s correct about emails it’s simply terrible. People mostly read just the emais and I believe all texts should be justified. Left alignment is very strange choice for the only option.
This method, along with the provided code, can be applied to all themes and websites on Ghost. You have the flexibility to either use only the relevant parts of the code for specific sections or implement it across the entire site to ensure consistent styling. By targeting multiple templates (like .default-template, .index-template, .home-template, etc.) in a single rule, this approach streamlines your CSS and allows for easy customization. Whether you want to justify the text on particular pages or apply it site-wide, you can modify the code to suit your specific needs, giving you full control over the layout and presentation.
This code ensures that all relevant templates have their text justified, but you can also selectively adjust it to meet your design requirements for any specific template or page.