Thanks Ofi,
but changing the css doesn't solve the problem. Change all text sizes throughout the article.
The font of the article is correct to be:
- font-size: 18px;
- line-height: 28px;
3.color: #5f5f5f;
What we want is for the “Text blocks” to take the custom size (as it was before the update to the latest version of Gazette), in the example:
- font-size: 15px;
- line-height: 17px;
- color: #ffffff;
Practically, if I insert a "Text block" with font-size: 15px in an article; line-height: 17px;, the text appears with font-size: 18px; line-height: 28px;. That's no good.