Archived topic
Icons not aligned anymore after adding Google fonts
3 replies · Started by Juste on November 17, 2021
Hi. I want to signal a curious behaviour. Yesterday I added 3 fonts in typography manager. And I set one default for the "body".
Today I noticed that my icons in "Headline" blocks are not aligned anymore. I needed to add these two rules:
.menu-bar-items .gb-button-wrapper {
display: block;
}
p.gb-headline {
align-items: flex-start;
}
Hi Juste,
The issue is because of the font "Biryani" itself, if you change the font to another font you added, the issue should not appear.
Let me know if this helps :)
Ok good.
No problem :)