You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the fira logic font is applied to the whole document with super-low specificity, which makes it override styles that it shouldn't, and get overridden when we need it.
We need to focus in the specificity of those selectors or apply the styles through jss to fix the problem.
The text was updated successfully, but these errors were encountered:
Currently, the fira logic font is applied to the whole document with super-low specificity, which makes it override styles that it shouldn't, and get overridden when we need it.
We need to focus in the specificity of those selectors or apply the styles through jss to fix the problem.
The text was updated successfully, but these errors were encountered: