Hello! It seems like you’re facing an issue with line height and letter spacing in the global system font while using Elementor. Let’s try to troubleshoot and resolve this issue. Here are a few steps you can take:
- Check Theme Settings: Ensure that your theme settings are not overriding the global system font styles. Some themes have their own typography settings that might affect how fonts are displayed.
- Custom CSS: Consider adding custom CSS to target the specific elements where you want to adjust line height and letter spacing. You can use the Elementor custom CSS feature or add it to your theme’s customizer.For example:
body {
line-height: 1.6;
}
p {
letter-spacing: 1px;
}
- Font Properties: Verify if the global system font you are using has inherent limitations regarding line height and letter spacing. Some fonts may not support certain properties.
- Cache and Updates: Clear your browser cache and any caching plugins you might be using. Sometimes changes may not reflect due to cached styles.
- Elementor Version: Ensure that you are using the latest version of Elementor. Updates often include bug fixes and improvements.
Hopefully one of these helps solve the issue for you!