Viewing 4 posts - 1 through 4 (of 4 total)
The topic ‘Global CSS not working as expected’ is closed to new replies.
Hi there,
a simple way to adjust fonts or styling global on a website is using "Global CSS" under Site Settings. Using a global css the output in frontend is styled as expected, but there are some annoying bugs
- the global css is not used in editing mode
- the global css is not stored in revision
Attached you will find 4 screenshots
1. Page output without global css
2. Page editing without global css
4. Page output with global css
5. Page editing with global css
The inserted global css:
@import url(https://fonts.googleapis.com/css?family=PT+Sans);
@import url(https://fonts.googleapis.com/css?family=Rochester);
html, body, p {font-family:'PT Sans' !important;}
h1,h2,h3,h4,h5 {font-family:'Rochester' !important;}
Please correct this behaviour. Many thanks!
Best regards,
Jürgen
The topic ‘Global CSS not working as expected’ is closed to new replies.