Font not being inherited
Hi, I have a popup notification using the site benifit.app and the Brizy cloud font I used was not inherited into the notification format. Their reply when I asked about this was as follows below, and my question is how do I do this? Thanks
"The font is inherited from the site CSS declarations, if those declarations are improperly made, it can not inherit them. Meaning that if the site only has specific CSS declarations of fonts on particular parts only (not on the whole html or body) then it can not work like this as it is a browser limitation"
So in this case you will need assign the font 'Monserrat" to the your website whole html or body tag then the notification widget will also use the same font.
0
-
Hi Walter,
Please try adding this code to Custom CSS.
*{
font-family:sans-serif;
}
0 -
Thanks
0
Please sign in to leave a comment.
Comments
2 comments